Fixed SSB demod bug

This commit is contained in:
Ryzerth
2020-12-06 19:51:56 +01:00
parent c612620ca5
commit fe1de4bed9
5 changed files with 15 additions and 12 deletions

View File

@ -145,8 +145,6 @@ private:
float sampleRate = dev->sampleRates[dev->srId];
int bufferSize = sampleRate / 60.0f;
spdlog::warn("Audio SamplRate: {0}", sampleRate);
if (dev->channels == 2) {
stereoRB.data.setMaxLatency(bufferSize * 2);
stereoRB.start();