diff src/FeatureConditioner.h @ 140:cfba9aec7569 refactors

Separate out the raw & conditioned feature outputs (previously only conditioned was available, but we want raw for our tests). Plus some optional debug output
author Chris Cannam
date Thu, 08 Jan 2015 12:11:27 +0000
parents b62dbe2ba958
children d6f22887283e 7f6f150c1edf
line wrap: on
line diff
--- a/src/FeatureConditioner.h	Fri Dec 19 15:07:57 2014 +0000
+++ b/src/FeatureConditioner.h	Thu Jan 08 12:11:27 2015 +0000
@@ -91,8 +91,7 @@
      * state: use one FeatureConditioner per audio source, and construct
      * a new one for each new source.
      */
-    FeatureConditioner(Parameters parameters) :
-        m_params(parameters), m_ltAverage(0.0) { }
+    FeatureConditioner(Parameters parameters);
 
     /**
      * Process the given feature and return the conditioned feature.