Wiki » History » Version 2
Mi Tian, 2015-08-05 04:41 PM
1 | 1 | Mi Tian | h1. Wiki |
---|---|---|---|
2 | 1 | Mi Tian | |
3 | 1 | Mi Tian | h2. Vamp environment for feature extraction |
4 | 1 | Mi Tian | |
5 | 1 | Mi Tian | _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. |
6 | 1 | Mi Tian | |
7 | 1 | Mi Tian | See [[http://vamp-plugins.org/]] for more details about Vamp plugins. |
8 | 2 | Mi Tian | |
9 | 2 | Mi Tian | h2. Host applications |
10 | 2 | Mi Tian | |
11 | 2 | Mi Tian | You can also check [[https://code.soundsoftware.ac.uk/projects/sonic-annotator/wiki]] for a wiki for Sonic Annotator. |
12 | 2 | Mi Tian | |
13 | 2 | Mi Tian | h2. Play around with your vamp plugin feature extractors with _Vamp Ontologies_ |
14 | 2 | Mi Tian | |
15 | 2 | Mi Tian | h2. Example usages of the onset detectors |