From ecfb9b5e95732407a2c4bbc2eebbd7027e67f7f2 Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:16:26 +0000 Subject: [PATCH] what --- src/pifmrds/fm_mpx.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pifmrds/fm_mpx.h b/src/pifmrds/fm_mpx.h index cb7e9b3..f228d39 100644 --- a/src/pifmrds/fm_mpx.h +++ b/src/pifmrds/fm_mpx.h @@ -28,13 +28,12 @@ typedef struct { float compressor_decay; float compressor_attack; float compressor_max_gain_recip; - int disablestereo; - float gain; + int dstereo; + float audio_gain; int enablecompressor; int rds_ct_enabled; float rds_volume; int paused; - float pilot_volume; int generate_multiplex; float limiter_threshold; } fm_mpx_data;