0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2024-12-31 17:51:58 +01:00
parent a41d8a9592
commit 158f1d14f6
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#define MONO_VOLUME 0.5f // L+R Signal
#define STEREO_VOLUME_AUDIO 0.5f // L-R signal (once demodulated)
#define STEREO_VOLUME_MODULATION 0.5f // L-R signal (on MPX)
#define STEREO_VOLUME_MODULATION 0.4f // L-R signal (on MPX)
#ifdef PREEMPHASIS
#define PREEMPHASIS_TAU 0.00005 // 50 microseconds, use 0.000075 if in america

View File

@@ -22,7 +22,7 @@
#define MONO_VOLUME 0.45f // L+R Signal
#define PILOT_VOLUME 0.0175f // 19 KHz Pilot
#define STEREO_VOLUME 0.45f // L-R signal
#define STEREO_VOLUME 0.35f // L-R signal
#ifdef PREEMPHASIS
#define PREEMPHASIS_TAU 0.00005 // 50 microseconds, use 0.000075 if in america