mpx seperation

This commit is contained in:
2026-02-15 18:18:54 +01:00
parent 743df55b00
commit 73396a6cba
5 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ typedef struct
float last_output;
} BS412Compressor;
float dbr_to_deviation(float dbr);
// 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 average);
float bs412_compress(BS412Compressor *mpx, float audio, float sample_mpx);