mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
more run result
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user