Mercurial > hg > sonic-annotator
diff runner/FeatureExtractionManager.h @ 263:68dc2d99a5b1 piper-nopiper
Debug output updates, add quiet mode
author | Chris Cannam |
---|---|
date | Tue, 22 Nov 2016 16:42:56 +0000 |
parents | 9a10c3ffff47 |
children | 0e866ef12d87 |
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.h Tue Nov 22 16:41:06 2016 +0000 +++ b/runner/FeatureExtractionManager.h Tue Nov 22 16:42:56 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,