This website requires JavaScript.
Explore
Help
Sign In
ASCEE
/
lasp
Watch
5
Star
1
Fork
0
You've already forked lasp
Code
Issues
5
Pull Requests
Actions
Releases
14
Activity
d0d494fcb2
lasp
/
cpp_src
History
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
ab080910fc
Some checks failed
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