annotate index.html @ 24:c1c45d2b1e90 website

* add omras2 logo
author cannam
date Wed, 10 Dec 2008 16:02:22 +0000
parents cc0be37dc9d3
children d5c6f7674426
rev   line source
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 &mdash; 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@21 33 <p><b>9th December 2008:</b> Version 2.0 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@21 50 plugin, a Vamp plugin generates not more audio, but some sort of
cannam@21 51 symbolic information. Typical things that a Vamp plugin might
cannam@21 52 calculate include the locations of moments such as note onset
cannam@21 53 times, visualisable representations of the audio such as
cannam@21 54 spectrograms, or curve data such as power or fundamental
cannam@21 55 frequency. <a href="rationale.html">Read more about the
cannam@21 56 rationale for Vamp</a>.</p>
cannam@0 57
cannam@24 58
cannam@0 59 <div id="logoblock">
cannam@0 60 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
cannam@0 61 <tr>
cannam@24 62 <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 63 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
cannam@24 64 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
cannam@24 65 <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 66 </tr><tr>
cannam@24 67 <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 68 <td>Partially funded by the European Commission through the SIMAC project IST-FP6-507142.</td>
cannam@24 69 <td align=right>Partially funded by the European Commission through the EASAIER project IST-FP6-033902.</td>
cannam@24 70 <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 71 </tr>
cannam@0 72 </table>
cannam@0 73 </div>
cannam@0 74 </body>
cannam@0 75 </html>