Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.h @ 779:15cd67fcbdad
Fix calculation of timestamps for fixed-rate features
| author | Chris Cannam | 
|---|---|
| date | Wed, 27 Mar 2013 15:27:33 +0000 | 
| parents | d373ced0e6e9 | 
| children | 54829c1e155e | 
line wrap: on
 line diff
--- a/transform/FeatureExtractionModelTransformer.h Wed Mar 27 15:07:27 2013 +0000 +++ b/transform/FeatureExtractionModelTransformer.h Wed Mar 27 15:27:33 2013 +0000 @@ -40,6 +40,7 @@ Vamp::Plugin *m_plugin; Vamp::Plugin::OutputDescriptor *m_descriptor; + int m_fixedRateFeatureNo; // to assign times to FixedSampleRate features int m_outputNo; void createOutputModel();
