Mercurial > hg > flattendynamics
diff flattendynamics-ladspa.cpp @ 18:d25a2e91e9d8
Max gain of 10 seems like it should be perfectly adequate! (and tests OK)
author | Chris Cannam |
---|---|
date | Wed, 23 Jul 2014 18:36:41 +0100 |
parents | ca4e31d86436 |
children |
line wrap: on
line diff
--- a/flattendynamics-ladspa.cpp Wed Jul 23 15:17:47 2014 +0100 +++ b/flattendynamics-ladspa.cpp Wed Jul 23 18:36:41 2014 +0100 @@ -12,7 +12,7 @@ const float catchUpSeconds = 0.2f; const float targetMaxRMS = 0.05f; const float rmsMaxDecay = 0.999f; // per sample -const float maxGain = 20.f; +const float maxGain = 10.f; const char *const FlattenDynamics::portNames[PortCount] =