1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Test Sink fixes

This commit is contained in:
f4exb
2019-10-25 18:24:03 +02:00
parent d63f1a3ed5
commit 8412260d5a
4 changed files with 3 additions and 13 deletions
@@ -167,12 +167,6 @@ void TestSinkThread::tick()
m_throttleToggle = !m_throttleToggle;
}
// if (m_throttlems > m_maxThrottlems)
// {
// qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
// m_maxThrottlems = m_throttlems;
// }
SampleVector::iterator readUntil;
m_sampleFifo->readAdvance(readUntil, m_samplesChunkSize);
@@ -214,6 +208,5 @@ void TestSinkThread::tick()
//m_ofstream->write(reinterpret_cast<char*>(m_buf), m_samplesChunkSize*(1<<m_log2Interpolation)*2*sizeof(int16_t));
}
}
}