wow, who made that last commit?

This commit is contained in:
2026-05-04 15:50:14 +02:00
parent 467aee92dd
commit 92f5881cdd
2 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ float bs412_compress(BS412Compressor* comp, float audio, float sample_mpx, float
comp->sample_counter++;
if(mpx_power != NULL) *mpx_power += power_to_dbr(comp->avg_power, comp->reference);
if(mpx_power != NULL) *mpx_power = power_to_dbr(comp->avg_power, comp->reference);
if(comp->can_compress) return output_sample;
return combined;