This commit is contained in:
Kuba 2025-02-28 19:16:26 +00:00
parent 5e68edac40
commit ecfb9b5e95
1 changed files with 2 additions and 3 deletions

View File

@ -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;