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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user