diff runner/FeatureExtractionManager.h @ 288:fd4a6183482f kapoor_1202

Merge from branch piper-nopiper. The next release will be based on this.
author Chris Cannam
date Fri, 02 Dec 2016 10:04:44 +0000
parents 68dc2d99a5b1
children 0e866ef12d87
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.h	Mon Nov 21 16:32:58 2016 +0000
+++ b/runner/FeatureExtractionManager.h	Fri Dec 02 10:04:44 2016 +0000
@@ -38,7 +38,7 @@
 class FeatureExtractionManager
 {
 public:
-    FeatureExtractionManager();
+    FeatureExtractionManager(bool verbose);
     virtual ~FeatureExtractionManager();
 
     void setChannels(int channels);
@@ -75,6 +75,8 @@
     void extractFeaturesMultiplexed(QStringList sources);
 
 private:
+    bool m_verbose;
+    
     // A plugin may have many outputs, so we can have more than one
     // transform requested for a single plugin.  The things we want to
     // run in our process loop are plugins rather than their outputs,