1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-30 22:14:31 -04:00

Support for Airspy: first working version

This commit is contained in:
f4exb
2015-09-11 03:02:02 +02:00
parent 7e88cfcd48
commit efa1a0c58a
10 changed files with 147 additions and 58 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "dsp/samplefifo.h"
#include "dsp/decimators.h"
#define AIRSPY_BLOCKSIZE (1<<14)
#define AIRSPY_BLOCKSIZE (1<<17)
class AirspyThread : public QThread {
Q_OBJECT