DSD demod: DV serial support: set audio buffer length to 1s (48000 samples)

pull/6/head
f4exb 2016-05-09 23:02:48 +02:00
rodzic ee57833305
commit 6d703a9730
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ DVSerialWorker::DVSerialWorker() :
m_upsamplerLastValue(0),
m_phase(0)
{
m_audioBuffer.resize(1<<14);
m_audioBuffer.resize(48000);
m_audioBufferFill = 0;
}