Wiki » History » Version 2

Version 1 (Mi Tian, 2015-08-05 04:18 PM) → Version 2/18 (Mi Tian, 2015-08-05 04:41 PM)

h1. Wiki

h2. Vamp environment for feature extraction

_Vamp_ is an audio processing plugin system for plugins that extract descriptive information from audio data — typically referred to as audio analysis plugins or audio feature extraction plugins. The _vamp plugins_ are distributed in shared library files with extension _.dll_, _.so_, or _.dylib_ depending on the platform. A vamp plugin cannot be used on its own, but only with a conforming _host_ application which loads the plugin from its shared library and calls functions within the plugin code to configure it, supply it with data, and run it.

See [[http://vamp-plugins.org/]] for more details about Vamp plugins.

h2. Host applications

You can also check [[https://code.soundsoftware.ac.uk/projects/sonic-annotator/wiki]] for a wiki for Sonic Annotator.

h2. Play around with your vamp plugin feature extractors with _Vamp Ontologies_

h2. Example usages of the onset detectors