XTRX input: set buffer size to 32kS

pull/269/head
f4exb 2018-12-30 02:06:32 +01:00
rodzic 31a1f32c05
commit 961607ae8d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -28,7 +28,7 @@
#include "dsp/decimators.h"
#include "xtrx/devicextrxshared.h"
#define XTRX_BLOCKSIZE (1<<13) //complex samples per buffer
#define XTRX_BLOCKSIZE (1<<15) //complex samples per buffer (was 1<<13)
class XTRXInputThread : public QThread, public DeviceXTRXShared::ThreadInterface
{