cannam@0: cannam@0: cannam@0:
cannam@0: cannam@0: cannam@0: cannam@0:Vamp is an audio processing plugin system for cannam@0: plugins that extract descriptive information from audio data cannam@0: — typically referred to as audio analysis plugins cannam@0: or audio feature extraction plugins.
cannam@0: cannam@0:9th December 2008: Version 2.0 of the Vamp plugin SDK is now
cannam@0: available.
See the developers page for more
cannam@0: information.
Just like an audio effects plugin (such as a VST), a Vamp cannam@0: plugin is a binary module that can be loaded up by a host cannam@0: application and fed audio data. However, unlike an effects cannam@21: plugin, a Vamp plugin generates not more audio, but some sort of cannam@21: symbolic information. Typical things that a Vamp plugin might cannam@21: calculate include the locations of moments such as note onset cannam@21: times, visualisable representations of the audio such as cannam@21: spectrograms, or curve data such as power or fundamental cannam@21: frequency. Read more about the cannam@21: rationale for Vamp.
cannam@0: cannam@24: cannam@0: