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@31
|
31 <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
|
32
|
cannam@31
|
33 <p><b>Get some plugins!</b></p>
|
cannam@0
|
34
|
cannam@0
|
35 <ul>
|
cannam@31
|
36 <li><a href="download.html">Find links to downloadable Vamp plugins here</a>.</li>
|
cannam@31
|
37 </ul>
|
cannam@0
|
38
|
cannam@31
|
39 <p><b>Do something with them!</b></p>
|
cannam@0
|
40
|
cannam@31
|
41 <ul>
|
cannam@31
|
42 <li>Interactive audio analysis using Vamp plugins? Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li>
|
cannam@31
|
43 <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity beta releases</a> (1.3.6 and newer) can use Vamp plugins to create label tracks from analysis results.</li>
|
cannam@31
|
44 <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
|
45 <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
|
46 <li>... other hosts you'd like to see mentioned here? <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li>
|
cannam@31
|
47 </ul>
|
cannam@0
|
48
|
cannam@31
|
49 <p><b>Developers and DSP researchers!</b></p>
|
cannam@31
|
50
|
cannam@31
|
51 <ul><li>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li>
|
cannam@0
|
52 </ul>
|
cannam@0
|
53
|
cannam@0
|
54 <p>Just like an audio effects plugin (such as a VST), a Vamp
|
cannam@0
|
55 plugin is a binary module that can be loaded up by a host
|
cannam@0
|
56 application and fed audio data. However, unlike an effects
|
cannam@21
|
57 plugin, a Vamp plugin generates not more audio, but some sort of
|
cannam@21
|
58 symbolic information. Typical things that a Vamp plugin might
|
cannam@21
|
59 calculate include the locations of moments such as note onset
|
cannam@21
|
60 times, visualisable representations of the audio such as
|
cannam@21
|
61 spectrograms, or curve data such as power or fundamental
|
cannam@21
|
62 frequency. <a href="rationale.html">Read more about the
|
cannam@21
|
63 rationale for Vamp</a>.</p>
|
cannam@0
|
64
|
cannam@24
|
65
|
cannam@0
|
66 <div id="logoblock">
|
cannam@0
|
67 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
|
cannam@0
|
68 <tr>
|
cannam@24
|
69 <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
|
70 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
|
cannam@24
|
71 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
|
cannam@24
|
72 <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
|
73 </tr><tr>
|
cannam@24
|
74 <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
|
75 <td>Partially funded by the European Commission through the SIMAC project IST-FP6-507142.</td>
|
cannam@24
|
76 <td align=right>Partially funded by the European Commission through the EASAIER project IST-FP6-033902.</td>
|
cannam@24
|
77 <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
|
78 </tr>
|
cannam@0
|
79 </table>
|
cannam@0
|
80 </div>
|
cannam@0
|
81 </body>
|
cannam@0
|
82 </html>
|