diff src/FeatureConditioner.h @ 151:246de093f0f1 refactors

Make noise an option in the plugin: on by default, and therefore also switch on silence by default
author Chris Cannam
date Fri, 23 Jan 2015 09:20:04 +0000
parents 254e16f831ee
children a17b22abd551
line wrap: on
line diff
--- a/src/FeatureConditioner.h	Thu Jan 22 17:25:24 2015 +0000
+++ b/src/FeatureConditioner.h	Fri Jan 23 09:20:04 2015 +0000
@@ -63,7 +63,7 @@
 	Parameters() :
 	    norm(NormaliseToSum1),
 	    order(OutputRectifiedDerivative),
-	    silenceThreshold(0.0),
+	    silenceThreshold(0.01),
 	    decay(0.99)
 	{}