mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-22 11:49:38 -05:00
OSX testing params
This commit is contained in:
parent
9e32ef478d
commit
493d9da8a7
@ -1,7 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define BUF_SIZE (16384*3)
|
||||
#define SRATE 2000000
|
||||
#else
|
||||
#define BUF_SIZE (16384*4)
|
||||
#define SRATE 2500000
|
||||
#endif
|
||||
#define FFT_SIZE 2048
|
||||
|
||||
#define DEFAULT_FREQ 98900000
|
||||
|
Loading…
Reference in New Issue
Block a user