mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
post sample rate changes directly on DSP input message queue. Removed sample source output queue entirely as it was not reliable under stress
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "dsp/samplefifo.h"
|
||||
#include "dsp/decimators.h"
|
||||
|
||||
#define HACKRF_BLOCKSIZE (1<<16)
|
||||
#define HACKRF_BLOCKSIZE (1<<17)
|
||||
|
||||
class HackRFThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user