From 1c3678644eef956166a5df4d64a6c056f5a16917 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Wed, 1 Jan 2025 13:07:48 +0100 Subject: [PATCH] adjust --- src/ssb_stereo_coder.c | 2 +- src/stereo_coder.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ssb_stereo_coder.c b/src/ssb_stereo_coder.c index f43b516..74986a9 100644 --- a/src/ssb_stereo_coder.c +++ b/src/ssb_stereo_coder.c @@ -20,7 +20,7 @@ #define INPUT_DEVICE "real_real_tx_audio_input.monitor" #define OUTPUT_DEVICE "alsa_output.platform-soc_sound.stereo-fallback" #define BUFFER_SIZE 512 -#define CLIPPER_THRESHOLD 0.375 // Adjust this as needed +#define CLIPPER_THRESHOLD 0.4 // Adjust this as needed #define MONO_VOLUME 0.45f // L+R Signal #define PILOT_VOLUME 0.0175f // 19 KHz Pilot diff --git a/src/stereo_coder.c b/src/stereo_coder.c index bb91b6e..f6d2311 100644 --- a/src/stereo_coder.c +++ b/src/stereo_coder.c @@ -18,7 +18,7 @@ #define INPUT_DEVICE "real_real_tx_audio_input.monitor" #define OUTPUT_DEVICE "alsa_output.platform-soc_sound.stereo-fallback" #define BUFFER_SIZE 512 -#define CLIPPER_THRESHOLD 0.375 // Adjust this as needed +#define CLIPPER_THRESHOLD 0.4 // Adjust this as needed #define MONO_VOLUME 0.45f // L+R Signal #define PILOT_VOLUME 0.0175f // 19 KHz Pilot