Mercurial > hg > vamp-website
view index.html @ 24:c1c45d2b1e90 website
* add omras2 logo
author | cannam |
---|---|
date | Wed, 10 Dec 2008 16:02:22 +0000 |
parents | cc0be37dc9d3 |
children | d5c6f7674426 |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/> <link rel="icon" type="image/png" href="images/waveform.png"/> <link rel="shortcut" type="image/png" href="images/waveform.png"/> <title>Vamp Plugins</title> <meta name="robots" content="index"/> <meta name="keywords" content="vamp plugin api plugins sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction feapi vsi dssi"/> <meta name="description" content="Vamp is a system for plugins that extract feature information from audio data."/> </head> <body> <h1 id="header"><span>Vamp Plugins</span></h1> <div id="nav"> <ul> <li class="first"><a href="index.html">Home</a></li> <li><a href="rationale.html">Rationale</a></li> <li><a href="download.html">Download Plugins</a></li> <li><a href="develop.html">Make Plugins</a></li> <li><a href="http://vamp-plugins.org/forum/">Forum</a></li> </ul></div> <h2 id="firstpara">The Vamp audio analysis plugin system</h2> <p >Vamp is an audio processing plugin system for plugins that extract descriptive information from audio data — typically referred to as <i>audio analysis plugins</i> or <i>audio feature extraction plugins</i>.</p> <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"> <p><b>9th December 2008:</b> Version 2.0 of the Vamp plugin SDK is now available.<br>See the <a href="develop.html">developers</a> page for more information.</p> <ul> <li><b>Get some plugins!</b><br><a href="download.html">Find links to downloadable Vamp plugins here</a>.</li> <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> <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> </ul> <p>Just like an audio effects plugin (such as a VST), a Vamp plugin is a binary module that can be loaded up by a host application and fed audio data. However, unlike an effects plugin, a Vamp plugin generates not more audio, but some sort of symbolic information. Typical things that a Vamp plugin might calculate include the locations of moments such as note onset times, visualisable representations of the audio such as spectrograms, or curve data such as power or fundamental frequency. <a href="rationale.html">Read more about the rationale for Vamp</a>.</p> <div id="logoblock"> <table width="100%" border="0" cellpadding="0" cellspacing="10"/> <tr> <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> <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td> <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td> <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> </tr><tr> <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> <td>Partially funded by the European Commission through the SIMAC project IST-FP6-507142.</td> <td align=right>Partially funded by the European Commission through the EASAIER project IST-FP6-033902.</td> <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> </tr> </table> </div> </body> </html>