mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 13:21:50 -05: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 "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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user