annotate index.html @ 128:817c3988afc7 website tip

Add a page about the Vamp Plugin Pack, including links to download mirrors
author Chris Cannam
date Tue, 11 Aug 2020 16:41:11 +0100
parents 1982d4ba2ea3
children
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>
Chris@113 18 <li><a href="news.html">News</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@35 21 <li><a href="http://vamp-plugins.org/wiki/">Wiki</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@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>
Chris@113 43 <li>Analysis inside your audio editor? <a href="http://audacity.sourceforge.net/">Audacity</a> can use a number of Vamp plugins to create label tracks from analysis results.</li>
Chris@82 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="sonic-annotator/">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>
Chris@113 46 <li>... any 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@39 52 <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 53 <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 54 </ul>
cannam@0 55
Chris@113 56 <p>Just like an audio effect such as a VST plugin, a Vamp plugin
Chris@113 57 is a binary module that can be loaded by a host application and
Chris@113 58 fed audio data. However, a Vamp plugin does not generate audio
Chris@113 59 output, but some sort of symbolic information instead. Typical
Chris@113 60 things that a Vamp plugin might calculate include the locations
Chris@113 61 of moments such as note onset times, visualisable
Chris@113 62 representations of the audio such as spectrograms, or curve data
Chris@113 63 such as power or fundamental
cannam@21 64 frequency. <a href="rationale.html">Read more about the
cannam@21 65 rationale for Vamp</a>.</p>
cannam@0 66
cannam@24 67
cannam@0 68 <div id="logoblock">
cannam@0 69 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
cannam@0 70 <tr>
cannam@24 71 <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 72 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
cannam@24 73 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
cannam@24 74 <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 75 </tr><tr>
Chris@80 76 <td align=center><a href="http://mtg.upf.edu/simac/"><img src="images/simac-logo.png" width="232" height="96" alt="SIMAC logo" border=0/></a></td>
cannam@24 77 <td>Partially funded by the European Commission through the SIMAC project IST-FP6-507142.</td>
cannam@24 78 <td align=right>Partially funded by the European Commission through the EASAIER project IST-FP6-033902.</td>
Chris@80 79 <td align=center><a href="http://www.eecs.qmul.ac.uk/legacy/easaier/"><img src="images/easaier-logo.png" width="232" height="71" alt="EASAIER logo" border=0/></a></td>
cannam@0 80 </tr>
cannam@0 81 </table>
cannam@0 82 </div>
cannam@0 83 </body>
cannam@0 84 </html>