comparison transform/FeatureExtractionModelTransformer.h @ 822:54829c1e155e tonioni

Merge from the default branch
author Chris Cannam
date Fri, 12 Jul 2013 13:10:28 +0100
parents 5295bdb58840 15cd67fcbdad
children 539740f231fa
comparison
equal deleted inserted replaced
818:5e9ff92ca05e 822:54829c1e155e
46 protected: 46 protected:
47 virtual void run(); 47 virtual void run();
48 48
49 Vamp::Plugin *m_plugin; 49 Vamp::Plugin *m_plugin;
50 Vamp::Plugin::OutputDescriptor *m_descriptor; 50 Vamp::Plugin::OutputDescriptor *m_descriptor;
51 int m_outputFeatureNo; 51 int m_fixedRateFeatureNo; // to assign times to FixedSampleRate features
52 PreferredOutputModel m_preferredOutputModel; 52 int m_outputNo;
53 PreferredOutputModel m_preferredOutputModel;
53 54
54 void createOutputModel(); 55 void createOutputModel();
55 56
56 void addFeature(size_t blockFrame, 57 void addFeature(size_t blockFrame,
57 const Vamp::Plugin::Feature &feature); 58 const Vamp::Plugin::Feature &feature);