Mercurial > hg > sonic-annotator
comparison 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 |
comparison
equal
deleted
inserted
replaced
30:1141bc562301 | 31:8b20521fc40f |
---|---|
95 void writeFeatures(QString audioSource, | 95 void writeFeatures(QString audioSource, |
96 Vamp::Plugin *, | 96 Vamp::Plugin *, |
97 const Vamp::Plugin::FeatureSet &, | 97 const Vamp::Plugin::FeatureSet &, |
98 Transform::SummaryType summaryType = | 98 Transform::SummaryType summaryType = |
99 Transform::NoSummary); | 99 Transform::NoSummary); |
100 | |
101 void testOutputFiles(QString audioSource); | |
100 void finish(); | 102 void finish(); |
101 | 103 |
102 int m_blockSize; | 104 int m_blockSize; |
103 int m_defaultSampleRate; | 105 int m_defaultSampleRate; |
104 int m_sampleRate; | 106 int m_sampleRate; |