what the fuck is the problem (also aveRAGE)

This commit is contained in:
2025-07-08 23:12:16 +02:00
parent f937bd81b7
commit de8a36e431
2 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -18,11 +18,11 @@ typedef struct
float attack;
float release;
float gain;
double sample;
double average;
} BS412Compressor;
float dbr_to_deviation(float dbr);
float deviation_to_dbr(float deviation);
void init_bs412(BS412Compressor *mpx, float mpx_deviation, float target_power, float attack, float release, int sample_rate);
float bs412_compress(BS412Compressor *mpx, float sample);
float bs412_compress(BS412Compressor *mpx, float average);