comparison 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
comparison
equal deleted inserted replaced
7:c66551966b5f 8:c4662bbef275
56 std::string getDescription() const; 56 std::string getDescription() const;
57 std::string getMaker() const; 57 std::string getMaker() const;
58 int getPluginVersion() const; 58 int getPluginVersion() const;
59 std::string getCopyright() const; 59 std::string getCopyright() const;
60 60
61 size_t getPreferredStepSize() const;
62 size_t getPreferredBlockSize() const;
63
64 OutputList getOutputDescriptors() const; 61 OutputList getOutputDescriptors() const;
65 62
66 FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp); 63 FeatureSet process(float **inputBuffers, Vamp::RealTime timestamp);
67 64
68 FeatureSet getRemainingFeatures(); 65 FeatureSet getRemainingFeatures();