mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
HackRF output plugin: resize sample FIFO to 500ms
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "dsp/samplesourcefifo.h"
|
||||
#include "dsp/interpolators.h"
|
||||
|
||||
#define HACKRF_BLOCKSIZE (1<<18)
|
||||
#define HACKRF_BLOCKSIZE (1<<17)
|
||||
|
||||
class HackRFOutputThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user