potential fix to audio issues

This commit is contained in:
Ryzerth
2020-12-06 16:46:50 +01:00
parent f4f8c77ffa
commit a6a4193fbb
5 changed files with 5 additions and 5 deletions

View File

@ -123,6 +123,7 @@ private:
currentDemod->setAudioSampleRate(audioSampRate);
stream.setInput(currentDemod->getOutput());
currentDemod->select();
vfo->output->flush();
currentDemod->start();
}