fix the bs412 power meter - again

This commit is contained in:
2026-05-03 18:55:23 +02:00
parent 4a6025086d
commit 38dcca3730
2 changed files with 5 additions and 8 deletions
-3
View File
@@ -28,8 +28,5 @@ typedef struct
float last_output;
} BS412Compressor;
// float dbr_to_deviation(float dbr);
float deviation_to_dbr(float deviation);
void init_bs412(BS412Compressor *comp, uint32_t mpx_deviation, float target_power, float attack, float release, float max_gain, uint32_t sample_rate);
float bs412_compress(BS412Compressor *comp, float audio, float sample_mpx, float* mpx_power);