lasp/cpp_src/dsp
2024-03-12 21:13:13 +01:00
..
CMakeLists.txt New smoothing implementation, that runs a bit faster 2024-03-11 16:04:24 +01:00
lasp_avpowerspectra.cpp Some more bugfixes: weak references stored in indatahandler, to avoid calling destructor from wrong thread. Removed some unneccessary include statements on the way 2024-03-12 21:13:13 +01:00
lasp_avpowerspectra.h Some more bugfixes: weak references stored in indatahandler, to avoid calling destructor from wrong thread. Removed some unneccessary include statements on the way 2024-03-12 21:13:13 +01:00
lasp_biquadbank.cpp Some more bugfixes: weak references stored in indatahandler, to avoid calling destructor from wrong thread. Removed some unneccessary include statements on the way 2024-03-12 21:13:13 +01:00
lasp_biquadbank.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_clip.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_clip.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_fft.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_fft.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_filter.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_filter.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_freqsmooth.cpp Made power correction in smoothing algorithm optional. Window decreases in size symmetrically around the edged of the frequency spectrum 2024-03-12 11:19:52 +01:00
lasp_freqsmooth.h Made power correction in smoothing algorithm optional. Window decreases in size symmetrically around the edged of the frequency spectrum 2024-03-12 11:19:52 +01:00
lasp_mathtypes.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_ppm.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_ppm.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_rtaps.cpp Bugfix in sensitivity correction of realtime spectra 2024-03-07 09:36:50 +01:00
lasp_rtaps.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_rtsignalviewer.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_rtsignalviewer.h Some more bugfixes: weak references stored in indatahandler, to avoid calling destructor from wrong thread. Removed some unneccessary include statements on the way 2024-03-12 21:13:13 +01:00
lasp_siggen_impl.cpp More locks on signal generator. 2024-03-04 15:49:29 +01:00
lasp_siggen_impl.h More locks on signal generator. 2024-03-04 15:49:29 +01:00
lasp_siggen.cpp More locks on signal generator. 2024-03-04 15:49:29 +01:00
lasp_siggen.h More locks on signal generator. 2024-03-04 15:49:29 +01:00
lasp_slm.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_slm.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_thread.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_thread.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_threadedindatahandler.cpp BUGfix of segfault. Very subtle. ThreadedInDataHandler could be deleted, while a task was just pushed to the thread pool. Then, when the task is finally run, the object could be deleted, as the _thread_running flag was not set. Besides this, we made some fixes that makes sure that the handles to a Recording class are stored as a weakref inside of the C++ code. This makes it easier to garbage-collect a recording, even when the IndataHandler is still running. 2024-03-06 21:41:04 +01:00
lasp_threadedindatahandler.h Create InDataHandler only from the moment startThread() is called. This is safer, and might fix a segfault 2024-03-04 14:44:00 +01:00
lasp_timebuffer.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_timebuffer.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_types.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_window.cpp Switch to pyproject build structure 2023-07-14 16:40:57 +02:00
lasp_window.h Switch to pyproject build structure 2023-07-14 16:40:57 +02:00