mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
XTRX input: set buffer size to 32kS
This commit is contained in:
parent
31a1f32c05
commit
961607ae8d
@ -28,7 +28,7 @@
|
|||||||
#include "dsp/decimators.h"
|
#include "dsp/decimators.h"
|
||||||
#include "xtrx/devicextrxshared.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
|
class XTRXInputThread : public QThread, public DeviceXTRXShared::ThreadInterface
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user