CubicSDR/src/CubicSDRDefs.h
Charles J. Cliffe 03edda18e5 RtAudio integrated and working great /w win64
Next up, OSX test..
2014-12-04 19:44:49 -05:00

9 lines
146 B
C

#pragma once
#define BUF_SIZE (16384*4)
#define SRATE 2000000
#define FFT_SIZE 2048
#define DEFAULT_FREQ 98900000
#define AUDIO_FREQUENCY 48000