lasp/lasp/device
Anne de Jong ee58f19251 Change in DaqConfigurations API for consistency 2021-05-14 11:24:07 +02:00
..
CMakeLists.txt RtAudio in a theoretically working state. Now its time for some testing. 2020-10-17 19:14:24 +02: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 Added pickling functionality for deviceInfo C++ object. Ugly but working implementation. 2021-05-07 22:48:02 +02:00
lasp_cppdaq.cpp More bugfixes. Starts to go in the right direction :) 2020-11-08 00:17:59 +01:00
lasp_cppdaq.h Change in DaqConfigurations API for consistency 2021-05-14 11:24:07 +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 Record is back working. Now ready for testing signal generator 2021-05-04 15:10:13 +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 More bugfixes. Starts to go in the right direction :) 2020-11-08 00:17:59 +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 Cleanup some debug print statements --> logging interface 2021-05-08 15:03:57 +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 Added a setLevel function to siggen.h, Some bugfix and partially working signal generator 2021-04-30 21:56:54 +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