VampPluginSDK 2.10
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 NVamp
 NHostExt
 CPluginBufferingAdapterPluginBufferingAdapter is a Vamp plugin adapter that allows plugins to be used by a host supplying an audio stream in non-overlapping buffers of arbitrary size
 CPluginChannelAdapterPluginChannelAdapter is a Vamp plugin adapter that implements a policy for management of plugins that expect a different number of input channels from the number actually available in the source audio data
 CPluginInputDomainAdapterPluginInputDomainAdapter is a Vamp plugin adapter that converts time-domain input into frequency-domain input for plugins that need it
 CPluginLoaderVamp::HostExt::PluginLoader is a convenience class for discovering and loading Vamp plugins using the typical plugin-path, library naming, and categorisation conventions described in the Vamp SDK documentation
 CPluginSummarisingAdapterPluginSummarisingAdapter is a Vamp plugin adapter that provides summarisation methods such as mean and median averages of output features, for use in any context where an available plugin produces individual values but the result that is actually needed is some sort of aggregate
 CPluginWrapperPluginWrapper is a simple base class for adapter plugins
 CFFTA simple FFT implementation provided for convenience of plugin authors
 CFFTComplexA simple FFT implementation provided for convenience of plugin authors
 CFFTRealA simple FFT implementation provided for convenience of plugin authors
 CPluginVamp::Plugin is a base class for plugin instance classes that provide feature extraction from audio or related data
 CFeature
 COutputDescriptor
 CPluginAdapterPluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular plugin implementation
 CPluginAdapterBasePluginAdapter and PluginAdapterBase provide a wrapper class that a plugin library can use to make its C++ Vamp::Plugin objects available through the Vamp C API
 CPluginBaseA base class for plugins with optional configurable parameters, programs, etc
 CParameterDescriptor
 CPluginHostAdapterPluginHostAdapter is a wrapper class that a Vamp host can use to make the C-language VampPluginDescriptor object appear as a C++ Vamp::Plugin object
 CRealTimeRealTime represents time values to nanosecond precision with accurate arithmetic and frame-rate conversion functions