Mercurial > hg > svcore
diff transform/FeatureExtractionPluginTransform.h @ 68:8e8c2981a189
* Support plugins returning 0 for preferred block/step size
author | Chris Cannam |
---|---|
date | Mon, 03 Apr 2006 14:18:40 +0000 |
parents | 7afcfe666910 |
children | d26c85099215 |
line wrap: on
line diff
--- a/transform/FeatureExtractionPluginTransform.h Fri Mar 31 17:40:14 2006 +0000 +++ b/transform/FeatureExtractionPluginTransform.h Mon Apr 03 14:18:40 2006 +0000 @@ -37,6 +37,8 @@ Vamp::Plugin *m_plugin; int m_channel; + size_t m_stepSize; + size_t m_blockSize; Vamp::Plugin::OutputDescriptor *m_descriptor; int m_outputFeatureNo;