mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
adjust
This commit is contained in:
@@ -39,4 +39,4 @@ SCAMod is a simple FM modulator which can be used to modulate a secondary audio
|
||||
Has a fine quality, but as it goes for 12 khz fm signals
|
||||
|
||||
# StereoSCAMod
|
||||
Stereo SCA, like normal SCA but encodes L-R onto 80 khz
|
||||
Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio
|
||||
@@ -21,8 +21,8 @@
|
||||
#define BUFFER_SIZE 512
|
||||
#define CLIPPER_THRESHOLD 0.75 // Adjust this as needed, this also limits deviation, so if you set this to 0.5 then the deviation will be limited to half
|
||||
|
||||
#define MONO_VOLUME 0.03f // Mono Volume
|
||||
#define STEREO_VOLUME 0.01f // Stereo Volume
|
||||
#define MONO_VOLUME 0.02f // Mono Volume
|
||||
#define STEREO_VOLUME 0.02f // Stereo Volume
|
||||
|
||||
#ifdef PREEMPHASIS
|
||||
#define PREEMPHASIS_TAU 0.00005 // 50 microseconds, use 0.000075 if in america
|
||||
|
||||
Reference in New Issue
Block a user