VampPluginSDK
2.10
|
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
C_VampFeature | |
C_VampFeatureList | |
C_VampFeatureUnion | |
C_VampFeatureV2 | |
C_VampOutputDescriptor | |
C_VampParameterDescriptor | C language API for Vamp plugins |
C_VampPluginDescriptor | |
CFixedTempoEstimator::D | |
CVamp::Plugin::Feature | |
CVamp::FFT | A simple FFT implementation provided for convenience of plugin authors |
CVamp::FFTComplex | A simple FFT implementation provided for convenience of plugin authors |
CVamp::FFTReal | A simple FFT implementation provided for convenience of plugin authors |
CVamp::Plugin::OutputDescriptor | |
CVamp::PluginBase::ParameterDescriptor | |
▼CVamp::PluginAdapterBase | PluginAdapter 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 |
CVamp::PluginAdapter< P > | PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular plugin implementation |
▼CVamp::PluginBase | A base class for plugins with optional configurable parameters, programs, etc |
▼CVamp::Plugin | Vamp::Plugin is a base class for plugin instance classes that provide feature extraction from audio or related data |
CAmplitudeFollower | Example plugin implementing the SuperCollider amplitude follower function |
CFixedTempoEstimator | Example plugin that estimates the tempo of a short fixed-tempo sample |
CPercussionOnsetDetector | Example plugin that detects percussive events |
CPowerSpectrum | Example plugin that returns a power spectrum calculated (trivially) from the frequency domain representation of each block of audio |
CSpectralCentroid | Example plugin that calculates the centre of gravity of the frequency domain representation of each block of audio |
▼CVamp::HostExt::PluginWrapper | PluginWrapper is a simple base class for adapter plugins |
CVamp::HostExt::PluginBufferingAdapter | PluginBufferingAdapter 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 |
CVamp::HostExt::PluginChannelAdapter | PluginChannelAdapter 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 |
CVamp::HostExt::PluginInputDomainAdapter | PluginInputDomainAdapter is a Vamp plugin adapter that converts time-domain input into frequency-domain input for plugins that need it |
CVamp::HostExt::PluginSummarisingAdapter | PluginSummarisingAdapter 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 |
CVamp::PluginHostAdapter | PluginHostAdapter is a wrapper class that a Vamp host can use to make the C-language VampPluginDescriptor object appear as a C++ Vamp::Plugin object |
CZeroCrossing | Example plugin that calculates the positions and density of zero-crossing points in an audio waveform |
CVamp::HostExt::PluginLoader | Vamp::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 |
CVamp::RealTime | RealTime represents time values to nanosecond precision with accurate arithmetic and frame-rate conversion functions |
Generated by 1.8.11