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

im about to lose my HEADer

This commit is contained in:
2025-07-08 23:18:51 +02:00
parent 58881858dd
commit 779b8d89b0

View File

@@ -25,5 +25,5 @@ typedef struct
float dbr_to_deviation(float dbr); float dbr_to_deviation(float dbr);
float deviation_to_dbr(float deviation); float deviation_to_dbr(float deviation);
void init_bs412(BS412Compressor *mpx, float mpx_deviation, float target_power, float attack, float release, int sample_rate); void init_bs412(BS412Compressor *mpx, float mpx_deviation, float target_power, float attack, float release, float max, int sample_rate);
float bs412_compress(BS412Compressor *mpx, float average); float bs412_compress(BS412Compressor *mpx, float average);