fucking shit

This commit is contained in:
2026-02-15 18:22:48 +01:00
parent 73396a6cba
commit 6330cbe3a3
2 changed files with 40 additions and 43 deletions
+2 -2
View File
@@ -30,5 +30,5 @@ typedef struct
// float dbr_to_deviation(float dbr);
float deviation_to_dbr(float deviation);
void init_bs412(BS412Compressor *mpx, uint32_t mpx_deviation, float target_power, float attack, float release, uint32_t sample_rate);
float bs412_compress(BS412Compressor *mpx, float audio, float sample_mpx);
void init_bs412(BS412Compressor *comp, uint32_t mpx_deviation, float target_power, float attack, float release, uint32_t sample_rate);
float bs412_compress(BS412Compressor *comp, float audio, float sample_mpx);