lasp/cpp_src
Anne de Jong 48d262fbf0
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m8s Details
Bugfix in sensitivity correction of realtime spectra
2024-03-07 09:36:50 +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 Bugfix in sensitivity correction of realtime spectra 2024-03-07 09:36:50 +01:00
pybind11 Bugfix on GIL release 2024-03-06 22:12:42 +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