lasp/cpp_src
Anne de Jong ab080910fc
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Blocked by required conditions Details
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Has been cancelled Details
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
..
device 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
dsp 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
pybind11 Bugfix new smoother, including ac signal power correction 2024-03-12 09:21:07 +01:00
CMakeLists.txt Bugfix in channel counter for getHighestEnabledOutChannel, added Api -subapis for Portaudio backend. Switch to defaulting Portaudio as audio backend. Added PulseAudio as extra sub-api to default compile in portaudio 2024-01-25 15:31:53 +01:00
lasp_config.h.in Bla 2023-07-18 17:12:34 +02:00
lasp_cpp.cpp Bla 2023-07-18 17:12:34 +02:00