Mercurial > hg > sonic-annotator
diff runner/FeatureExtractionManager.h @ 233:9a10c3ffff47
Update summary code and tests -- fix multiple outputs when requesting both summary and non-summary for the same output; and values have been changed because of the coded file cache bit depth change. Also skip network-dependent tests if there is no network.
author | Chris Cannam |
---|---|
date | Thu, 25 Feb 2016 18:19:27 +0000 |
parents | 1c0799754670 |
children | 68dc2d99a5b1 |
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.h Thu Feb 25 13:02:57 2016 +0000 +++ b/runner/FeatureExtractionManager.h Thu Feb 25 18:19:27 2016 +0000 @@ -114,8 +114,8 @@ OutputIndexMap m_pluginOutputIndices; typedef set<std::string> SummaryNameSet; - SummaryNameSet m_summaries; - bool m_summariesOnly; + SummaryNameSet m_summaries; // requested on command line for all transforms + bool m_summariesOnly; // command line flag Vamp::HostExt::PluginSummarisingAdapter::SegmentBoundaries m_boundaries; AudioFileReader *prepareReader(QString audioSource);