From a1feb6c0a9c365e1eaa92791b459d2b5c20c91dc Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 25 Jan 2025 23:42:11 +0100 Subject: [PATCH] remove comment --- src/stereo_coder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stereo_coder.c b/src/stereo_coder.c index 3cc063b..23fe7e2 100644 --- a/src/stereo_coder.c +++ b/src/stereo_coder.c @@ -35,7 +35,7 @@ #define MONO_VOLUME 0.45f // L+R Signal #define PILOT_VOLUME 0.09f // 19 KHz Pilot -#define STEREO_VOLUME 0.45f // L-R signal possibly can be set to .9 because im not sure if usb will be 2 times stronger than dsb-sc +#define STEREO_VOLUME 0.45f // L-R signal #define MPX_VOLUME 1.0f #ifdef PREEMPHASIS