Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.h @ 855:42bbc538d983 tonioni_multi_transform
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Wed, 04 Dec 2013 18:29:15 +0000 |
parents | dba8a02b0413 |
children | 13803edd513d |
comparison
equal
deleted
inserted
replaced
849:418cd2064769 | 855:42bbc538d983 |
---|---|
61 std::vector<int> m_outputNos; | 61 std::vector<int> m_outputNos; |
62 PreferredOutputModel m_preferredOutputModel; | 62 PreferredOutputModel m_preferredOutputModel; |
63 | 63 |
64 void createOutputModel(int n); | 64 void createOutputModel(int n); |
65 | 65 |
66 void addFeature(size_t blockFrame, | 66 void addFeature(int n, |
67 size_t blockFrame, | |
67 const Vamp::Plugin::Feature &feature); | 68 const Vamp::Plugin::Feature &feature); |
68 | 69 |
69 void setCompletion(int); | 70 void setCompletion(int, int); |
70 | 71 |
71 void getFrames(int channelCount, long startFrame, long size, | 72 void getFrames(int channelCount, long startFrame, long size, |
72 float **buffer); | 73 float **buffer); |
73 | 74 |
74 // just casts | 75 // just casts |