mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
try compress at 1
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ void init_bs412(BS412Compressor* comp, uint32_t mpx_deviation, float target_powe
|
|||||||
comp->release = expf(-1.0f / (release * sample_rate));
|
comp->release = expf(-1.0f / (release * sample_rate));
|
||||||
comp->target = target_power; // target is expected to not be our rms format
|
comp->target = target_power; // target is expected to not be our rms format
|
||||||
comp->gain = 1.0f;
|
comp->gain = 1.0f;
|
||||||
comp->can_compress = 0;
|
comp->can_compress = 1;
|
||||||
comp->second_counter = 0;
|
comp->second_counter = 0;
|
||||||
comp->max_gain = max_gain;
|
comp->max_gain = max_gain;
|
||||||
#ifdef BS412_DEBUG
|
#ifdef BS412_DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user