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 July 2008: Version 1.3 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@0: plugin, a Vamp plugin outputs not processed audio but some sort cannam@0: of symbolic information. Typical things that a Vamp plugin cannam@0: might calculate include the locations of moments such as note onset cannam@0: times, visual representations of the audio such as histograms, cannam@0: or curve data such as power or fundamental frequency. Read more about the rationale for Vamp.
cannam@0: cannam@0: