comparison examples/SpectralCentroid.h @ 64:9d3272c7db60

* Merge from host-factory-stuff branch: this adds several helper classes in the hostext directory that should make a host's life much easier. This will become version 1.1 of the SDK, eventually.
author cannam
date Fri, 01 Jun 2007 15:10:17 +0000
parents 933fee59d33a
children
comparison
equal deleted inserted replaced
54:933fee59d33a 64:9d3272c7db60
35 */ 35 */
36 36
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 "vamp-sdk/Plugin.h"
41 41
42 /** 42 /**
43 * Example plugin that calculates the centre of gravity of the 43 * Example plugin that calculates the centre of gravity of the
44 * frequency domain representation of each block of audio. 44 * frequency domain representation of each block of audio.
45 */ 45 */