Mercurial > hg > flattendynamics
changeset 13:98fd2543a5f2
Slightly more effective max rms
author | Chris Cannam |
---|---|
date | Tue, 22 Jul 2014 13:49:46 +0100 |
parents | e54f4293614b |
children | 0e28664bc4fc |
files | flattendynamics-ladspa.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flattendynamics-ladspa.cpp Tue Jul 22 13:36:52 2014 +0100 +++ b/flattendynamics-ladspa.cpp Tue Jul 22 13:49:46 2014 +0100 @@ -11,7 +11,7 @@ const float longTermSeconds = 4.f; const float shortTermSeconds = 1.f; const float catchUpSeconds = 0.2f; -const float targetMaxRMS = 0.07f; +const float targetMaxRMS = 0.04f; const float rmsMaxDecay = 0.999f; const float maxGain = 20.f;