1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 14:34:57 -04:00

Multiple audio support: use device names for sample rates and volumes maps

This commit is contained in:
f4exb
2018-03-25 01:47:22 +01:00
parent a4b6edbf07
commit c500b1853b
4 changed files with 104 additions and 21 deletions
-1
View File
@@ -26,7 +26,6 @@
DSPEngine::DSPEngine() :
m_deviceSourceEnginesUIDSequence(0),
m_deviceSinkEnginesUIDSequence(0),
m_audioDeviceManager(m_defaultAudioSampleRate),
m_audioInputDeviceIndex(-1), // default device
m_audioOutputDeviceIndex(-1) // default device
{