1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 07:55:26 -04:00

Use new audio fifo based on audio sample type

This commit is contained in:
f4exb
2017-08-25 00:02:49 +02:00
parent f104f217f9
commit 511686f820
13 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ SSBMod::SSBMod(BasebandSampleSink* sampleSink) :
m_DSBFilterBufferIndex(0),
m_sampleSink(sampleSink),
m_movingAverage(40, 0),
m_audioFifo(4, 4800),
m_audioFifo(4800),
m_settingsMutex(QMutex::Recursive),
m_fileSize(0),
m_recordLength(0),