mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
LimeSDR input: increased FIFO and buffer sizes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "dsp/decimators.h"
|
||||
#include "limesdr/devicelimesdrshared.h"
|
||||
|
||||
#define LIMESDR_BLOCKSIZE (1<<14) //complex samples per buffer ~10k (16k)
|
||||
#define LIMESDR_BLOCKSIZE (1<<15) //complex samples per buffer
|
||||
|
||||
class LimeSDRInputThread : public QThread, public DeviceLimeSDRShared::ThreadInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user