Mercurial > hg > vamp-plugin-sdk
diff examples/SpectralCentroid.h @ 8:c4662bbef275
* Allow plugins to return 0 for preferred block/step size to accept a host
default
author | cannam |
---|---|
date | Mon, 03 Apr 2006 14:19:02 +0000 |
parents | 8f10d35a4090 |
children | 16eeab18bf72 |
line wrap: on
line diff
--- a/examples/SpectralCentroid.h Fri Mar 31 17:39:49 2006 +0000 +++ b/examples/SpectralCentroid.h Mon Apr 03 14:19:02 2006 +0000 @@ -58,9 +58,6 @@ int getPluginVersion() const; std::string getCopyright() const; - size_t getPreferredStepSize() const; - size_t getPreferredBlockSize() const; - OutputList getOutputDescriptors() const; FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp);