mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 08:49:17 +02:00
adjust
This commit is contained in:
+2
-2
@@ -24,14 +24,14 @@
|
|||||||
#define VOLUME 0.03f // SCA Volume
|
#define VOLUME 0.03f // SCA Volume
|
||||||
#define VOLUME_AUDIO 1.0f // SCA Audio volume
|
#define VOLUME_AUDIO 1.0f // SCA Audio volume
|
||||||
#define FREQUENCY 67000 // SCA Frequency
|
#define FREQUENCY 67000 // SCA Frequency
|
||||||
#define DEVIATION 6000 // SCA Deviation
|
#define DEVIATION 7000 // SCA Deviation
|
||||||
|
|
||||||
#ifdef PREEMPHASIS
|
#ifdef PREEMPHASIS
|
||||||
#define PREEMPHASIS_TAU 0.00005 // 50 microseconds, use 0.000075 if in america
|
#define PREEMPHASIS_TAU 0.00005 // 50 microseconds, use 0.000075 if in america
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LPF
|
#ifdef LPF
|
||||||
#define LPF_CUTOFF 8000
|
#define LPF_CUTOFF 7500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
volatile sig_atomic_t to_run = 1;
|
volatile sig_atomic_t to_run = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user