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

SDRdaemon plugin: Ensure a minimal size of the main buffer depending on frame size so that auto follow ups work fine

This commit is contained in:
f4exb
2016-03-20 12:59:55 +01:00
parent 0ffc02102e
commit b7a4c468fc
2 changed files with 13 additions and 1 deletions
@@ -111,6 +111,7 @@ public:
static const int m_sampleSize;
static const int m_iqSampleSize;
static const int m_rawBufferLengthSeconds;
static const int m_rawBufferMinNbFrames; //!< Minimum number of frames for the length of buffer
private:
void updateBufferSize(uint32_t sampleRate);