lasp/lasp/device
Anne de Jong 4339ecdbc0 Probable fix of memory leak 2022-01-13 13:59:35 +01:00
..
CMakeLists.txt Bugfix in using lasp_lib code in the C++ code of device in debug mode 2022-01-02 21:24:08 +01:00
__init__.py Added a setLevel function to siggen.h, Some bugfix and partially working signal generator 2021-04-30 21:56:54 +02:00
lasp_common_decls.pxd Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working 2021-09-14 20:05:42 +02:00
lasp_cppdaq.cpp Bug #94: Better error message for monitoring output 2021-10-17 14:17:06 +02:00
lasp_cppdaq.h Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working 2021-09-14 20:05:42 +02:00
lasp_cppqueue.h Audio thread does not interfere with Python GIL anymore. Instead, GIL-acquiring stuff runs on different thread which communicates using queues. Small API change in callback to Python, no streamtime is given anymore, and buffers for input and output CAN be none. 2020-04-03 11:12:49 +02:00
lasp_cpprtaudio.cpp Major cleanup of build code (CMake related). First steps towards C++ and C-compiler safety. Also first steps made to get single precision back to working 2021-09-14 20:05:42 +02:00
lasp_cpprtaudio.h Inbetween state. Nothing is working 2020-10-14 09:42:19 +02:00
lasp_cppthread.h Daq measurement interface changed to permanently work with UlDaq. Should become a choice in future. Simultaneous output and input not yet working. Probably the DAQ API is not working properly with threads. We should find a minimum working example of simultaneous input/output. Then, the UlDAQ and RtAudio details should be abstracted away in a common interface, written in C++ 2020-09-18 08:52:56 +02:00
lasp_cppuldaq.cpp Probable fix of memory leak 2022-01-13 13:59:35 +01:00
lasp_cppuldaq.h Inbetween state. Nothing is working 2020-10-14 09:42:19 +02:00
lasp_daq.pxd Almost working on multiple apis 2020-11-05 17:13:09 +01:00
lasp_daq.pyx Merged develop for version 1 2021-05-24 19:31:35 +02:00
lasp_daqconfig.pxd Bugfixes of Python/C++ interaction layer, first tests for DaqConfiguration code 2020-10-18 13:58:42 +02:00
lasp_daqconfig.pyx Change in DaqConfigurations API for consistency 2021-05-14 11:24:07 +02:00
lasp_device_common.py Implemented a high-pass filter for input data 2021-10-23 14:35:15 +02:00
lasp_deviceinfo.pxd DaqConfiguration and device info will have a direct Cython wrapper 2020-10-07 21:10:19 +02:00
lasp_deviceinfo.pyx Bugfix in deserializing device info. Added comments and function in stream manager to rescan Daq devices 2021-05-13 21:35:51 +02:00
lasp_rtaudio.pyx DaqConfiguration and device info will have a direct Cython wrapper 2020-10-07 21:10:19 +02:00