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@0
|
22 </ul></div>
|
cannam@0
|
23
|
cannam@0
|
24 <h2 id="firstpara">The Vamp audio analysis plugin system</h2>
|
cannam@0
|
25
|
cannam@0
|
26 <p >Vamp is an audio processing plugin system for
|
cannam@0
|
27 plugins that extract descriptive information from audio data
|
cannam@0
|
28 — typically referred to as <i>audio analysis plugins</i>
|
cannam@0
|
29 or <i>audio feature extraction plugins</i>.</p>
|
cannam@0
|
30
|
cannam@0
|
31 <img style="float: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
|
32
|
cannam@0
|
33 <p><b>9th July 2008:</b> Version 1.3 of the Vamp plugin SDK is now
|
cannam@0
|
34 available.<br>See the <a
|
cannam@0
|
35 href="develop.html">developers</a> page for more
|
cannam@0
|
36 information.</p>
|
cannam@0
|
37
|
cannam@0
|
38 <ul>
|
cannam@0
|
39
|
cannam@0
|
40 <li><b>Get some plugins!</b><br><a href="download.html">Find links to downloadable Vamp plugins here</a>.</li>
|
cannam@0
|
41
|
cannam@0
|
42 <li><b>Do something with them!</b><br> Vamp plugins are used for audio analysis in <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a> and <a href="http://audacity.sourceforge.net/">Audacity beta releases</a>, and may be run from a command line with the host included with the Vamp SDK.</li>
|
cannam@0
|
43
|
cannam@0
|
44 <li><b>Developers and DSP researchers!</b><br>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li>
|
cannam@0
|
45 </ul>
|
cannam@0
|
46
|
cannam@0
|
47 <p>Just like an audio effects plugin (such as a VST), a Vamp
|
cannam@0
|
48 plugin is a binary module that can be loaded up by a host
|
cannam@0
|
49 application and fed audio data. However, unlike an effects
|
cannam@0
|
50 plugin, a Vamp plugin outputs not processed audio but some sort
|
cannam@0
|
51 of symbolic information. Typical things that a Vamp plugin
|
cannam@0
|
52 might calculate include the locations of moments such as note onset
|
cannam@0
|
53 times, visual representations of the audio such as histograms,
|
cannam@0
|
54 or curve data such as power or fundamental frequency. <a
|
cannam@0
|
55 href="rationale.html">Read more about the rationale for Vamp</a>.</p>
|
cannam@0
|
56
|
cannam@0
|
57 <div id="logoblock">
|
cannam@0
|
58
|
cannam@0
|
59 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
|
cannam@0
|
60 <tr>
|
cannam@0
|
61 <td><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@0
|
62 <td><a href="http://www.semanticaudio.org/"><img src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a></td>
|
cannam@0
|
63 <td><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
|
64 </tr>
|
cannam@0
|
65 <tr><td>Developed at the Centre for Digital
|
cannam@0
|
66 Music, Queen Mary, University of London.</td>
|
cannam@0
|
67 <td>Partially funded
|
cannam@0
|
68 by the European Commission through the SIMAC project
|
cannam@0
|
69 IST-FP6-507142.</td>
|
cannam@0
|
70 <td>Partially funded
|
cannam@0
|
71 by the European Commission through the EASAIER project
|
cannam@0
|
72 IST-FP6-033902.</td>
|
cannam@0
|
73 </tr>
|
cannam@0
|
74 </table>
|
cannam@0
|
75 </div>
|
cannam@0
|
76 </body>
|
cannam@0
|
77 </html>
|