1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

NFM demod: revised AF squelch completely

This commit is contained in:
f4exb
2015-09-13 11:56:14 +02:00
parent 34942340a3
commit 4246fb6381
8 changed files with 64 additions and 38 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ bool AirspyInput::start(int device)
stop();
}
if (!m_sampleFifo.setSize(96000 * 4))
if (!m_sampleFifo.setSize(1<<19))
{
qCritical("AirspyInput::start: could not allocate SampleFifo");
return false;