kopia lustrzana https://github.com/f4exb/sdrangel
Deep redesign: Better support for FCD dongles #8: Use 8k buffer with FCD Pro+ as originally in FCD plugin
rodzic
0345969124
commit
4dfe89c5b1
|
@ -24,7 +24,6 @@
|
|||
#include "dsp/inthalfbandfilter.h"
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#define FCDPP_RATE 192000
|
||||
#define FCD_BLOCKSIZE (1<<11)
|
||||
|
||||
class FCDProThread : public QThread {
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
#include "dsp/inthalfbandfilter.h"
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#define FCDPP_RATE 192000
|
||||
#define FCD_BLOCKSIZE (1<<11)
|
||||
#define FCD_BLOCKSIZE (1<<13)
|
||||
|
||||
class FCDProPlusThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
|
Ładowanie…
Reference in New Issue