diff --git a/README.md b/README.md index 7137fb9..828f3da 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio \ No newline at end of file diff --git a/src/stereo_sca_mod.c b/src/stereo_sca_mod.c index fe487d8..fecae61 100644 --- a/src/stereo_sca_mod.c +++ b/src/stereo_sca_mod.c @@ -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