.. |
CMakeLists.txt
|
RtAudio in a theoretically working state. Now its time for some testing.
|
2020-10-17 19:14:24 +02:00 |
dec_filter_4.c
|
Partially done implementation of Octave and one-third octave filterbank.
|
2018-06-14 14:49:14 +02:00 |
lasp_alg.c
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_alg.h
|
Added lots of comments to some C-code. Moved some Python code to lasp_
|
2018-04-23 09:29:21 +02:00 |
lasp_alloc.h
|
Bugfixes in slm
|
2020-01-24 20:44:12 +01:00 |
lasp_aps.c
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_aps.h
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_assert.c
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |
lasp_assert.h
|
First part of signal generator implementation. White noise and sine waves are working.
|
2019-12-28 16:58:13 +01:00 |
lasp_bem.c
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |
lasp_decimation.c
|
Renamed filterbank to firfilterbank in C-code
|
2020-01-01 15:32:10 +01:00 |
lasp_decimation.h
|
Partially done implementation of Octave and one-third octave filterbank.
|
2018-06-14 14:49:14 +02:00 |
lasp_dfifo.c
|
Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper.
|
2018-04-01 10:27:27 +02:00 |
lasp_dfifo.h
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_eq.c
|
Bugfix in equalizer. Seems to be working now. Bugfix in wrapper to make equalizer return array one-dimensional
|
2020-02-23 20:07:21 +01:00 |
lasp_eq.h
|
Added wrapper for equalizer.
|
2020-02-21 15:11:11 +01:00 |
lasp_fft.c
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_fft.h
|
Wrapped the functions of FFTW to load and store wisdom.
|
2020-03-01 15:04:51 +01:00 |
lasp_firfilterbank.c
|
Renamed filterbank to firfilterbank in C-code
|
2020-01-01 15:32:10 +01:00 |
lasp_firfilterbank.h
|
Renamed filterbank to firfilterbank in C-code
|
2020-01-01 15:32:10 +01:00 |
lasp_mat.c
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_mat.h
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_math_raw.c
|
Removed some memory pool stuff. Decreased some tracer values. Removed debug warning on overflow. Bugfix on macro's ASCEE_USE_BLAS to LASP_USE_BLAS. Added SFSG macro. Added denominator in z-transform for frequency response of IIR filters. Added arbitrary fir design code. Put window types in a class in wrapper.
|
2018-04-01 10:27:27 +02:00 |
lasp_math_raw.h
|
Some minor fixes in siggen and ln to also work with (untested) 32-bit floats
|
2020-03-09 15:49:25 +01:00 |
lasp_mq.c
|
Bugfixes to hopefully let it run on Windows. Needs further testing
|
2020-04-06 21:38:04 +02:00 |
lasp_mq.h
|
Audio thread does not interfere with Python GIL anymore. Instead, GIL-acquiring stuff runs on different thread which communicates using queues. Small API change in callback to Python, no streamtime is given anymore, and buffers for input and output CAN be none.
|
2020-04-03 11:12:49 +02:00 |
lasp_ps.c
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_ps.h
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |
lasp_pyarray.h
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_python.h
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_siggen.c
|
Added logarithmic sweep. For now, chosen to not implement the hyperbolic sweep
|
2021-02-19 10:23:51 +01:00 |
lasp_siggen.h
|
Added logarithmic sweep. For now, chosen to not implement the hyperbolic sweep
|
2021-02-19 10:23:51 +01:00 |
lasp_signals.h
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_slm.c
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_slm.h
|
Added statistics to sound level meter
|
2020-01-24 14:08:24 +01:00 |
lasp_sosfilterbank.c
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_sosfilterbank.h
|
Let SLM work without filterbank.
|
2020-10-16 18:33:22 +02:00 |
lasp_tracer.c
|
Bugfixes to hopefully let it run on Windows. Needs further testing
|
2020-04-06 21:38:04 +02:00 |
lasp_tracer.h
|
Bugfix in tracer. Found using clang_check
|
2020-01-21 21:07:07 +01:00 |
lasp_types.h
|
Major cleanup of compilation warnings.
|
2020-10-16 20:37:02 +02:00 |
lasp_window.c
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_window.h
|
Renamed lasp_math.h to lasp_mat.h as it defines matrices, not math. Made a typedef from vd to dmat such that the types of these are the same. Same goes for vc and cmat
|
2018-04-01 14:01:07 +02:00 |
lasp_worker.c
|
Parallelized the SOS filter implementation. Updated worker implementation to deal with NULL pointers for initialization and destructor function pointers
|
2020-08-29 20:11:09 +02:00 |
lasp_worker.h
|
Rename all beamforming to lasp. In all source code.
|
2018-02-23 20:40:45 +01:00 |