Mercurial > hg > sonic-annotator
diff runner/FeatureExtractionManager.h @ 31:8b20521fc40f
* Commit old fix (which I hope was correct!) to avoid leaking fds on
exceptions
* Remove dependency on audioio library
author | Chris Cannam |
---|---|
date | Fri, 12 Mar 2010 12:08:21 +0000 |
parents | 92911f967a16 |
children | 69c438d4b9d3 |
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.h Fri Oct 09 09:13:21 2009 +0000 +++ b/runner/FeatureExtractionManager.h Fri Mar 12 12:08:21 2010 +0000 @@ -97,6 +97,8 @@ const Vamp::Plugin::FeatureSet &, Transform::SummaryType summaryType = Transform::NoSummary); + + void testOutputFiles(QString audioSource); void finish(); int m_blockSize;