mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
i fucking hate vscode's suggestions
This commit is contained in:
@@ -22,7 +22,7 @@ void init_bs412(BS412Compressor* mpx, float mpx_deviation, float target_power, f
|
|||||||
mpx->gain = 1.0f;
|
mpx->gain = 1.0f;
|
||||||
mpx->max = max;
|
mpx->max = max;
|
||||||
memset(mpx->lookahead_samples, 0, BS412_LOOKAHEAD);
|
memset(mpx->lookahead_samples, 0, BS412_LOOKAHEAD);
|
||||||
mpx->lookahead_samples = 0;
|
mpx->lookahead_counter = 0;
|
||||||
#ifdef BS412_DEBUG
|
#ifdef BS412_DEBUG
|
||||||
debug_printf("Initialized MPX power measurement with sample rate: %d\n", sample_rate);
|
debug_printf("Initialized MPX power measurement with sample rate: %d\n", sample_rate);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user