cannam@0
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
cannam@0
|
2 <html>
|
cannam@0
|
3 <head>
|
cannam@0
|
4 <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
|
cannam@0
|
5 <link rel="icon" type="image/png" href="images/waveform.png"/>
|
cannam@0
|
6 <link rel="shortcut" type="image/png" href="images/waveform.png"/>
|
cannam@0
|
7 <title>Vamp Plugins</title>
|
cannam@0
|
8 <meta name="robots" content="index"/>
|
cannam@0
|
9 <meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/>
|
cannam@0
|
10 <meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/>
|
cannam@0
|
11 </head>
|
cannam@0
|
12 <body>
|
cannam@0
|
13 <h1 id="header"><span>Vamp Plugins</span></h1>
|
cannam@0
|
14
|
cannam@0
|
15 <div id="nav">
|
cannam@0
|
16 <ul>
|
cannam@0
|
17 <li class="first"><a href="index.html">Home</a></li>
|
cannam@0
|
18 <li><a href="rationale.html">Rationale</a></li>
|
cannam@0
|
19 <li><a href="download.html">Download Plugins</a></li>
|
cannam@0
|
20 <li><a href="develop.html">Make Plugins</a></li>
|
cannam@0
|
21 <li><a href="http://vamp-plugins.org/forum/">Forum</a></li>
|
cannam@35
|
22 <li><a href="http://vamp-plugins.org/wiki/">Wiki</a></li>
|
cannam@0
|
23 </ul></div>
|
cannam@0
|
24
|
cannam@0
|
25 <h2 id="firstpara">The Vamp audio analysis plugin system</h2>
|
cannam@0
|
26
|
cannam@0
|
27 <p >Vamp is an audio processing plugin system for
|
cannam@0
|
28 plugins that extract descriptive information from audio data
|
cannam@0
|
29 — typically referred to as <i>audio analysis plugins</i>
|
cannam@0
|
30 or <i>audio feature extraction plugins</i>.</p>
|
cannam@0
|
31
|
cannam@31
|
32 <img style="float:right;clear:right;padding-left:1em;padding-top:0em" src="images/vamp-overview-webscale.png" alt="Freehand sketch of a Vamp plugin in its natural habitat">
|
cannam@0
|
33
|
cannam@31
|
34 <p><b>Get some plugins!</b></p>
|
cannam@0
|
35
|
cannam@0
|
36 <ul>
|
cannam@31
|
37 <li><a href="download.html">Find links to downloadable Vamp plugins here</a>.</li>
|
cannam@31
|
38 </ul>
|
cannam@0
|
39
|
cannam@31
|
40 <p><b>Do something with them!</b></p>
|
cannam@0
|
41
|
cannam@31
|
42 <ul>
|
cannam@31
|
43 <li>Interactive audio analysis using Vamp plugins? Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li>
|
Chris@58
|
44 <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity 2</a> can use Vamp plugins to create label tracks from analysis results.</li>
|
cannam@31
|
45 <li>Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need <a href="http://omras2.org/SonicAnnotator">Sonic Annotator</a>!</li>
|
cannam@31
|
46 <li>For simple command-line purposes, there is also a Vamp host included in the <a href="develop.html">developer SDK</a>.</li>
|
cannam@31
|
47 <li>... other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li>
|
cannam@31
|
48 </ul>
|
cannam@0
|
49
|
cannam@31
|
50 <p><b>Developers and DSP researchers!</b></p>
|
cannam@31
|
51
|
cannam@31
|
52 <ul><li>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li>
|
cannam@39
|
53 <li>Not so keen on C++? You can now write Vamp plugins in Python! <a href="vampy.html">Find out more here</a>.</li>
|
Chris@65
|
54 <li>Like to use native Vamp plugins in a Java application? <a href="http://code.soundsoftware.ac.uk/projects/jvamp">Take a look at jVamp</a>.</li>
|
cannam@0
|
55 </ul>
|
cannam@0
|
56
|
cannam@0
|
57 <p>Just like an audio effects plugin (such as a VST), a Vamp
|
cannam@0
|
58 plugin is a binary module that can be loaded up by a host
|
cannam@0
|
59 application and fed audio data. However, unlike an effects
|
cannam@21
|
60 plugin, a Vamp plugin generates not more audio, but some sort of
|
cannam@21
|
61 symbolic information. Typical things that a Vamp plugin might
|
cannam@21
|
62 calculate include the locations of moments such as note onset
|
cannam@21
|
63 times, visualisable representations of the audio such as
|
cannam@21
|
64 spectrograms, or curve data such as power or fundamental
|
cannam@21
|
65 frequency. <a href="rationale.html">Read more about the
|
cannam@21
|
66 rationale for Vamp</a>.</p>
|
cannam@0
|
67
|
cannam@24
|
68
|
cannam@0
|
69 <div id="logoblock">
|
cannam@0
|
70 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
|
cannam@0
|
71 <tr>
|
cannam@24
|
72 <td align=center><a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img src="images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a></td>
|
cannam@24
|
73 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
|
cannam@24
|
74 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
|
cannam@24
|
75 <td align=center><a href="http://www.omras2.org/"><img src="images/omras2-logo.png" width="265" height="46" alt="OMRAS2 logo" border=0/></a></td>
|
cannam@24
|
76 </tr><tr>
|
cannam@24
|
77 <td align=center><a href="http://www.semanticaudio.org/"><img src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a></td>
|
cannam@24
|
78 <td>Partially funded by the European Commission through the SIMAC project IST-FP6-507142.</td>
|
cannam@24
|
79 <td align=right>Partially funded by the European Commission through the EASAIER project IST-FP6-033902.</td>
|
cannam@24
|
80 <td align=center><a href="http://www.easaier.org/"><img src="images/easaier-logo.png" width="232" height="71" alt="EASAIER logo" border=0/></a></td>
|
cannam@0
|
81 </tr>
|
cannam@0
|
82 </table>
|
cannam@0
|
83 </div>
|
cannam@0
|
84 </body>
|
cannam@0
|
85 </html>
|