From 3585e7e594106781046e5e2d6ce71830f133fd0b Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Thu, 21 Mar 2024 13:18:31 -0400 Subject: [PATCH] Test Tweak to RTL Sample Multiplier; --- src/dsd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsd_main.c b/src/dsd_main.c index 4c30bfd..8dfeffb 100644 --- a/src/dsd_main.c +++ b/src/dsd_main.c @@ -2801,7 +2801,7 @@ main (int argc, char **argv) fprintf (stderr, "SQ %d ", opts.rtl_squelch_level); fprintf (stderr, "UDP %d \n", opts.rtl_udp_port); opts.audio_in_type = 3; - state.audio_smoothing = 0; //disable smoothing to prevent random crackling/buzzing + opts.rtl_volume_multiplier = 2; //double, see if this cleans up weak decodes from RTL_FM rtl_ok = 1; #endif