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