1
0
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:
f4exb
2017-01-08 22:30:11 +01:00
parent 0ad22f3cd4
commit f386fc86cb
2 changed files with 2 additions and 2 deletions
@@ -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