changeset 6:231e20ba3168

Slightly increase RMS max
author Chris Cannam
date Tue, 22 Jul 2014 08:11:45 +0100
parents 6b732542a34c
children 4d48ab57fbcc
files flattendynamics-ladspa.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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