1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

BladeRF Output: limit size of sample FIFO to limit delay

This commit is contained in:
f4exb
2017-01-09 22:33:58 +01:00
parent 52e5d9a5d9
commit e4852230ea
2 changed files with 80 additions and 76 deletions
@@ -37,6 +37,7 @@ public:
void stopWork();
void setLog2Interpolation(unsigned int log2_interp);
void setFcPos(int fcPos);
bool isRunning() const { return m_running; }
private:
QMutex m_startWaitMutex;