5#define MAX_DEV_COUNT_PER_API 20
10#if LASP_HAS_RTAUDIO == 1
13#if LASP_HAS_PORTAUDIO == 1
24#if LASP_HAS_RTAUDIO == 1
27#if LASP_HAS_PORTAUDIO == 1
static DeviceInfoList getDeviceInfo()
Create a list of DeviceInfo's that are at call time avalable.
std::vector< std::unique_ptr< DeviceInfo > > DeviceInfoList
void fillPortAudioDeviceInfo(DeviceInfoList &devinfolist)
Append PortAudio backend devices to the list.
void fillRtAudioDeviceInfo(DeviceInfoList &devinfolist)
Append RtAudio backend devices to the list.
void fillUlDaqDeviceInfo(DeviceInfoList &devinfolist)
Append device info list with UlDaq specific devices, if any.