![]() |
LASP 1.0
Library for Acoustic Signal Processing
|

Functions | |
| std::unique_ptr< Daq > | createRtAudioDevice (const DeviceInfo &devinfo, const DaqConfiguration &config) |
| Method called from Daq::createDaq. | |
| void | fillRtAudioDeviceInfo (DeviceInfoList &devinfolist) |
| Append RtAudio backend devices to the list. | |
This code is used to interface with the RtAudio cross-platform audio interface.
| std::unique_ptr< Daq > createRtAudioDevice | ( | const DeviceInfo & | devinfo, |
| const DaqConfiguration & | config | ||
| ) |
Method called from Daq::createDaq.
| devinfo | Device info |
| config | DAQ Configuration settings |
| void fillRtAudioDeviceInfo | ( | DeviceInfoList & | devinfolist | ) |
Append RtAudio backend devices to the list.
| devinfolist | List to append to |