1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

PlutoSDR input: fill sample FIFO only when convert buffer is full

This commit is contained in:
f4exb
2017-09-08 08:41:57 +02:00
parent 868cac90f0
commit 450a44036e
3 changed files with 42 additions and 30 deletions
@@ -52,6 +52,7 @@ private:
uint32_t m_blockSize;
SampleVector m_convertBuffer;
SampleSinkFifo* m_sampleFifo;
SampleVector::iterator m_convertIt;
unsigned int m_log2Decim; // soft decimation
int m_fcPos;