comparison 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
comparison
equal deleted inserted replaced
67:eb530055ed55 68:8e8c2981a189
35 protected: 35 protected:
36 virtual void run(); 36 virtual void run();
37 37
38 Vamp::Plugin *m_plugin; 38 Vamp::Plugin *m_plugin;
39 int m_channel; 39 int m_channel;
40 size_t m_stepSize;
41 size_t m_blockSize;
40 Vamp::Plugin::OutputDescriptor *m_descriptor; 42 Vamp::Plugin::OutputDescriptor *m_descriptor;
41 int m_outputFeatureNo; 43 int m_outputFeatureNo;
42 44
43 void addFeature(size_t blockFrame, 45 void addFeature(size_t blockFrame,
44 const Vamp::Plugin::Feature &feature); 46 const Vamp::Plugin::Feature &feature);