mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
fix
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ float bs412_compress(BS412Compressor* comp, float audio, float sample_mpx, float
|
|||||||
|
|
||||||
comp->sample_counter++;
|
comp->sample_counter++;
|
||||||
|
|
||||||
if(mpx_power != NULL) *mpx_power = deviation_to_dbr(avg_power);
|
if(mpx_power != NULL) *mpx_power = deviation_to_dbr(comp->avg_power);
|
||||||
|
|
||||||
if(comp->can_compress) return output_sample;
|
if(comp->can_compress) return output_sample;
|
||||||
return combined;
|
return combined;
|
||||||
|
|||||||
Reference in New Issue
Block a user