cannam@0: cannam@0: cannam@0:
cannam@0: cannam@0: cannam@0: cannam@0:Several useful Vamp plugins are linked below, and you'll find cannam@0: installation instructions at the bottom cannam@0: of the page.
cannam@0: cannam@0:Some of these may be ready to download and run straight away cannam@0: on your platform. Some are open source; others are not. Please cannam@0: see the individual plugin pages for details.
cannam@0: cannam@0:Looking for the developer kit? Look here!
cannam@21: cannam@0:Plugins | Version | Linux | OS/X | Windows | Source code |
Queen Mary plugin set (docs) Note onset detector, beat tracker, tempo estimator, key estimator, tonal change detector, structural segmenter, timbral and rhythmic similarity estimator, chromagram, constant Q spectrogram and MFCC calculation plugins from the Centre for Digital Music at Queen Mary, University of London |
cannam@0:
cannam@22: 1.5 | Download (32 and 64 bit) | Download | Download | cannam@0: cannam@0:N/A |
Vamp Aubio plugins Onset detection, pitch tracking, note tracking and tempo tracking plugins using Paul Brossier's aubio library. | 0.3.2c | cannam@0: cannam@22:Download (32 bit) Download (64 bit) |
cannam@0:
cannam@22: Download | cannam@0: cannam@22:Download | cannam@0: cannam@22:Download Browse SVN |
cannam@0:
cannam@0:
Mazurka plugins Spectral visualisation and feature extraction plugins from the Mazurka project. |
cannam@0:
cannam@0: 2007-05-08 | cannam@0: cannam@22:Download (32 bit) | cannam@0: cannam@0:cannam@0: cannam@0: | Download | cannam@0: cannam@0:Browse | cannam@0: cannam@0:
Vamp libxtract plugins Low-level feature extraction plugins using Jamie Bullock's libxtract library to provide around 50 spectral and other features. |
cannam@0:
cannam@22: 0.4.5.20081202 | cannam@0: cannam@22:Download (32 bit) Download (64 bit) |
cannam@0:
cannam@23: Download | cannam@0: cannam@23:Download | cannam@0: cannam@23:Download Browse SVN cannam@0: cannam@0: |
MATCH Vamp plugin Vamp implementation of the MATCH cannam@0: audio alignment algorithm from Simon Dixon. Sonic Visualiser cannam@0: v1.2 can use this for automatic alignment (see tutorial). |
cannam@0:
cannam@22: 0.2.1 | cannam@0: cannam@22:Download (32 bit) Download (64 bit) |
cannam@0:
cannam@22: Download | cannam@0: cannam@22:Download | cannam@0: cannam@22:Download | cannam@0: cannam@0:
MARSYAS Vamp plugins Low-level feature extraction plugins containing functionality from the MARSYAS batch feature extractor. |
cannam@0:
cannam@23: 0.02 | cannam@0: cannam@22:Download (32 bit) | cannam@0: cannam@0:cannam@0: cannam@0: | cannam@0: cannam@0: | Download | cannam@0: cannam@0:
OFA Vamp plugin Plugin that performs audio fingerprinting and lookup using the MusicIP OFA library. |
cannam@0:
cannam@0: 20080128 | cannam@0: cannam@0:cannam@0: | cannam@0: | cannam@0: cannam@0: | Download | cannam@0: cannam@0:
OnsetsDS plugin Note onset detector using Dan Stowell's OnsetsDS library. |
cannam@0:
cannam@0: 0.2 | cannam@0: cannam@22:Download (32 bit) | cannam@0:Download | cannam@0:Download | cannam@0: cannam@0:Download | cannam@0: cannam@0:
Vamp example plugins (docs) A set of simple plugins as included with the Vamp developers kit. Amplitude tracker, simple percussion onset detector, tempo estimator, spectral centroid, power spectrum, and zero-crossing counter. |
cannam@0:
cannam@22: 2.0 | cannam@0: cannam@22:Download (32 bit) Download (64 bit) |
cannam@0:
cannam@22: Download | cannam@0: cannam@22:Download | cannam@0: cannam@0:Browse SVN cannam@0: cannam@0: |
A Vamp plugin set consists of a single dynamic library (DLL) cannam@0: file containing one or more plugins, and an optional category cannam@0: file (.cat). To install a plugin set, just copy the plugin's cannam@0: library file and category file (if supplied) into your system or cannam@0: personal Vamp plugin location.
cannam@0: cannam@0:The plugin file extension and the location to cannam@0: copy into depend on your platform:
cannam@0: cannam@0:File extension | System plugin folder | Personal plugin folder | |
Linux | .so | /usr/local/lib/vamp | $HOME/vamp |
OS/X | .dylib | /Library/Audio/Plug-Ins/Vamp | $HOME/Library/Audio/Plug-Ins/Vamp |
Windows | .dll | C:\Program Files\Vamp Plugins |
You can alternatively set the VAMP_PATH
cannam@0: environment variable to list the locations a host should look in
cannam@0: for Vamp plugins.
VAMP_PATH
should contain a semicolon-separated
cannam@0: (on Windows) or colon-separated (OS/X, Linux) list of paths. If
cannam@0: it is set, it will completely override the standard locations
cannam@0: listed above.