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

SDRdaemon plugin: set the r/w buffer maximum correction limit to +/- 20 ms

This commit is contained in:
Edouard Griffiths
2016-03-19 18:54:09 +01:00
parent b14ae1e7c1
commit bfdcac70d0
2 changed files with 10 additions and 7 deletions
@@ -168,6 +168,7 @@ private:
uint32_t m_nbReads; //!< Number of buffer reads since start of auto R/W balance correction period
int32_t m_balCorrection; //!< R/W balance correction in number of samples
int32_t m_balCorrLimit; //!< Correction absolute value limit in number of samples
};