0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

again but properly

This commit is contained in:
2025-07-15 21:07:01 +02:00
parent 3d338bda38
commit 777993a2d6

View File

@@ -21,8 +21,6 @@ void init_bs412(BS412Compressor* mpx, float mpx_deviation, float target_power, f
mpx->target = target_power;
mpx->gain = 0.0f;
mpx->max = max;
memset(mpx->lookahead_samples, 0, BS412_LOOKAHEAD);
mpx->lookahead_counter = 0;
#ifdef BS412_DEBUG
debug_printf("Initialized MPX power measurement with sample rate: %d\n", sample_rate);
#endif