Mercurial > hg > vamp-plugin-sdk
comparison examples/SpectralCentroid.h @ 25:abd05f5eee2f
...
author | cannam |
---|---|
date | Mon, 08 May 2006 13:52:10 +0000 |
parents | 16eeab18bf72 |
children | be8fdfe25693 |
comparison
equal
deleted
inserted
replaced
24:e252b1ab423f | 25:abd05f5eee2f |
---|---|
37 #ifndef _SPECTRAL_CENTROID_PLUGIN_H_ | 37 #ifndef _SPECTRAL_CENTROID_PLUGIN_H_ |
38 #define _SPECTRAL_CENTROID_PLUGIN_H_ | 38 #define _SPECTRAL_CENTROID_PLUGIN_H_ |
39 | 39 |
40 #include "Plugin.h" | 40 #include "Plugin.h" |
41 | 41 |
42 class SpectralCentroidData; | |
43 | |
44 class SpectralCentroid : public Vamp::Plugin | 42 class SpectralCentroid : public Vamp::Plugin |
45 { | 43 { |
46 public: | 44 public: |
47 SpectralCentroid(float inputSampleRate); | 45 SpectralCentroid(float inputSampleRate); |
48 virtual ~SpectralCentroid(); | 46 virtual ~SpectralCentroid(); |