Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginSummarisingAdapter.h @ 195:1e4c6f25ded6
* More accurate calculation of summaries in continuous-time mode
* Labels
* Make some debug output optional
author | cannam |
---|---|
date | Tue, 07 Oct 2008 16:57:10 +0000 |
parents | 9a58bd07aa4d |
children | fe30a25ee4f8 |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginSummarisingAdapter.h Tue Sep 30 13:24:41 2008 +0000 +++ b/vamp-sdk/hostext/PluginSummarisingAdapter.h Tue Oct 07 16:57:10 2008 +0000 @@ -51,15 +51,7 @@ PluginSummarisingAdapter(Plugin *plugin); // I take ownership of plugin virtual ~PluginSummarisingAdapter(); - //!!! perhaps it should return the summaries as if they were the - //!!! original features? if so, it will need to be told in - //!!! advance which summaries you want. and that won't work if - //!!! you want more than one. so, probably, no. - - //!!! however, it is useful to have results in the same FeatureSet - //!!! structure as the original results -- rather than a single - //!!! FeatureList. perhaps even useful to get a summary for all - //!!! outputs? + bool initialise(size_t channels, size_t stepSize, size_t blockSize); FeatureSet process(const float *const *inputBuffers, RealTime timestamp); FeatureSet getRemainingFeatures();