This commit is contained in:
John Greb 2014-12-22 23:33:44 +00:00
parent 917cca4543
commit 346260eb25
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void NFMDemod::feed(SampleVector::const_iterator begin, SampleVector::const_iter
sample = demod * 30000;
// Display audio spectrum to 12kHz
if (!(m_framedrop & 1))
if (++m_framedrop & 1)
m_sampleBuffer.push_back(Sample(sample, sample));
if(m_squelchState > 0)