annotate sonic-annotator/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 777c23552fd3
children
rev   line source
Chris@82 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@82 2 <html>
Chris@82 3 <head>
Chris@82 4 <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
Chris@82 5 <link rel="icon" type="image/png" href="../images/waveform.png"/>
Chris@82 6 <link rel="shortcut" type="image/png" href="../images/waveform.png"/>
Chris@82 7 <title>Sonic Annotator</title>
Chris@82 8 <meta name="robots" content="index"/>
Chris@82 9 <meta name="keywords" content="vamp plugin api plugins sonic annotator audio music spectrogram feature extraction feapi vsi dssi"/>
Chris@82 10 <meta name="description" content="Sonic Annotator is a batch tool for feature extraction and annotation of audio files."/>
Chris@82 11 </head>
Chris@82 12 <body>
Chris@82 13 <h1 id="header"><span>Sonic Annotator</span></h1>
Chris@82 14
Chris@82 15 <h2 id="firstpara">A batch tool for audio feature extraction</h2>
Chris@82 16
Chris@82 17 <p>Sonic Annotator is a batch tool for feature extraction and
Chris@82 18 annotation of audio files using <a href="../index.html">Vamp
Chris@82 19 plugins</a>.</p>
Chris@82 20
Chris@82 21 <p>Sonic Annotator can use any installed Vamp plugin to process
Chris@82 22 a wide range of audio file types, loading audio data either from
Chris@82 23 the local filesystem or from http or ftp URLs on the Internet.
Chris@82 24 It can then write the results in RDF or comma-separated text
Chris@82 25 formats.</p>
Chris@82 26
Chris@82 27 <img style="float:right;clear:right;padding-left:1em;padding-top:0em" src="../images/semantic-web-and-friends-webscale.png" alt="Freehand sketch depicting Sonic Annotator's place in a semantic web world">
Chris@82 28
Chris@82 29 <p>Sonic Annotator was originally developed in 2009 at Queen
Chris@82 30 Mary, University of London as part of the <a
Chris@82 31 href="http://omras2.org/">OMRAS2 project</a>, to facilitate
Chris@82 32 feature data publication on the Semantic Web. It has since been
Chris@82 33 used in a number of audio annotation projects and to power
Chris@82 34 online audio feature retrieval APIs.</p>
Chris@82 35
Chris@82 36 <p>Sonic Annotator is Free Software published under the GNU
Chris@82 37 General Public License.</p>
Chris@82 38
Chris@86 39 <ul><li><a href="http://code.soundsoftware.ac.uk/projects/sonic-annotator/files">Download the current version of Sonic Annotator</a> &mdash; binaries for Linux, OS/X, and Windows, or source code;</li>
Chris@82 40 <li>Read our <a href="http://code.soundsoftware.ac.uk/projects/sonic-annotator/wiki">quick tutorial</a> about how to use Sonic Annotator;</li>
Chris@82 41 <li>Read an <a href="runner.pdf">early document</a> describing more about the purpose and design of Sonic Annotator.</li>
Chris@82 42 </ul>
Chris@82 43
Chris@82 44 <p><small><i>Citations:</i> If you are using Sonic Annotator in research work for publication, please cite (<a href="http://eprints.soton.ac.uk/351746/1/tools.pdf">pdf</a> | <a href="runner.bib.txt">bib</a>) Chris Cannam, Michael O. Jewell, Christophe Rhodes, Mark Sandler, and Mark d'Inverno, <i>Linked Data and You: Bringing music research software into the Semantic Web</i>, Journal of New Music Research, volume 39, no. 4, pp. 313-325, 2010.</p>
Chris@82 45
Chris@82 46 <div id="logoblock">
Chris@82 47 <table width="100%" border="0" cellpadding="0" cellspacing="10"/>
Chris@82 48 <tr>
Chris@82 49 <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>
Chris@82 50 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
Chris@82 51 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
Chris@82 52 <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>
Chris@82 53 </tr>
Chris@82 54 </table>
Chris@82 55 </div>
Chris@82 56 </body>
Chris@82 57 </html>