# HG changeset patch # User Chris Cannam # Date 1406013105 -3600 # Node ID 231e20ba316801f67eeb3ccc23477cd2045316b3 # Parent 6b732542a34c9dbaf1e9c69c9023008b8035d8aa Slightly increase RMS max diff -r 6b732542a34c -r 231e20ba3168 flattendynamics-ladspa.cpp --- a/flattendynamics-ladspa.cpp Mon Jul 21 18:01:11 2014 +0100 +++ b/flattendynamics-ladspa.cpp Tue Jul 22 08:11:45 2014 +0100 @@ -10,7 +10,7 @@ const float historySeconds = 2.f; const float catchUpSeconds = 0.2f; -const float targetMaxRMS = 0.07f; +const float targetMaxRMS = 0.08f; const float maxGain = 20.f; const char *const