Deep redesign: Better support for FCD dongles #8: Use 8k buffer with FCD Pro+ as originally in FCD plugin

This commit is contained in:
f4exb 2015-09-04 05:15:23 +02:00
parent 0345969124
commit 4dfe89c5b1
2 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -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