lasp/cpp_src
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F 3ec15ec645
Some checks failed
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -1m19s
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped
New smoothing implementation, that runs a bit faster
2024-03-11 16:04:24 +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 New smoothing implementation, that runs a bit faster 2024-03-11 16:04:24 +01:00
pybind11 New smoothing implementation, that runs a bit faster 2024-03-11 16:04:24 +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