mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Multiple audio support: added ability to manage more than one audio output
This commit is contained in:
@@ -42,7 +42,7 @@ void WFMModSettings::resetToDefaults()
|
||||
m_afBandwidth = 15000.0f;
|
||||
m_fmDeviation = 50000.0f;
|
||||
m_toneFrequency = 1000.0f;
|
||||
m_audioSampleRate = DSPEngine::instance()->getAudioSampleRate();
|
||||
m_audioSampleRate = DSPEngine::instance()->getDefaultAudioSampleRate();
|
||||
m_volumeFactor = 1.0f;
|
||||
m_channelMute = false;
|
||||
m_playLoop = false;
|
||||
|
||||
Reference in New Issue
Block a user