comparison examples/SpectralCentroid.h @ 59:fa79c4ec847d host-factory-stuff

* Put hostext stuff in the HostExt sub-namespace * Tidy up system-specific stuff in PluginLoader * Make PluginLoader return a deletion-notifying wrapper which permits the library to be unloaded when no longer in use * Add PluginChannelAdapter * Make vamp-simple-host use PluginChannelAdapter, and use the PluginLoader for plugin-running task. Also some other enhancements to host
author cannam
date Thu, 24 May 2007 15:17:07 +0000
parents 933fee59d33a
children
comparison
equal deleted inserted replaced
58:0284955e31e5 59:fa79c4ec847d
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 */