Wiki » History » Version 1
Mi Tian, 2015-08-05 04:18 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. |