view 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
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="news.html">News</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/wiki/">Wiki</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
      &mdash; typically referred to as <i>audio analysis plugins</i>
      or <i>audio feature extraction plugins</i>.</p>

      <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">

      <p><b>Get some plugins!</b></p>

      <ul>
      <li><a href="download.html">Find links to downloadable Vamp plugins here</a>.</li>
      </ul>

      <p><b>Do something with them!</b></p>

      <ul>
      <li>Interactive audio analysis using Vamp plugins?  Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li>
      <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>
      <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>
      <li>For simple command-line purposes, there is also a Vamp host included in the <a href="develop.html">developer SDK</a>.</li>
      <li>... any other hosts you'd like to see mentioned here?  <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li>
      </ul>

      <p><b>Developers and DSP researchers!</b></p>

      <ul><li>Vamp is a nice API to develop with. <a href="develop.html">Read more and get the SDK here</a>.</li>
      <li>Not so keen on C++?  You can now write Vamp plugins in Python! <a href="vampy.html">Find out more here</a>.</li>
      <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>
      </ul>    

      <p>Just like an audio effect such as a VST plugin, a Vamp plugin
      is a binary module that can be loaded by a host application and
      fed audio data.  However, a Vamp plugin does not generate audio
      output, but some sort of symbolic information instead.  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://mtg.upf.edu/simac/"><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.eecs.qmul.ac.uk/legacy/easaier/"><img src="images/easaier-logo.png" width="232" height="71" alt="EASAIER logo" border=0/></a></td>
	</tr>
	</table>
	</div>
    </body>
</html>