Mercurial > hg > vamp-website
comparison sonic-annotator/index.html @ 82:6dd719d7c78b website
Add Sonic Annotator pages (probably best to host it here in future rather than with the omras2 site)
author | Chris Cannam |
---|---|
date | Mon, 20 Jan 2014 10:48:02 +0000 |
parents | |
children | 777c23552fd3 |
comparison
equal
deleted
inserted
replaced
81:e00ae121c0a6 | 82:6dd719d7c78b |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html> | |
3 <head> | |
4 <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/> | |
5 <link rel="icon" type="image/png" href="../images/waveform.png"/> | |
6 <link rel="shortcut" type="image/png" href="../images/waveform.png"/> | |
7 <title>Sonic Annotator</title> | |
8 <meta name="robots" content="index"/> | |
9 <meta name="keywords" content="vamp plugin api plugins sonic annotator audio music spectrogram feature extraction feapi vsi dssi"/> | |
10 <meta name="description" content="Sonic Annotator is a batch tool for feature extraction and annotation of audio files."/> | |
11 </head> | |
12 <body> | |
13 <h1 id="header"><span>Sonic Annotator</span></h1> | |
14 | |
15 <h2 id="firstpara">A batch tool for audio feature extraction</h2> | |
16 | |
17 <p>Sonic Annotator is a batch tool for feature extraction and | |
18 annotation of audio files using <a href="../index.html">Vamp | |
19 plugins</a>.</p> | |
20 | |
21 <p>Sonic Annotator can use any installed Vamp plugin to process | |
22 a wide range of audio file types, loading audio data either from | |
23 the local filesystem or from http or ftp URLs on the Internet. | |
24 It can then write the results in RDF or comma-separated text | |
25 formats.</p> | |
26 | |
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"> | |
28 | |
29 <p>Sonic Annotator was originally developed in 2009 at Queen | |
30 Mary, University of London as part of the <a | |
31 href="http://omras2.org/">OMRAS2 project</a>, to facilitate | |
32 feature data publication on the Semantic Web. It has since been | |
33 used in a number of audio annotation projects and to power | |
34 online audio feature retrieval APIs.</p> | |
35 | |
36 <p>Sonic Annotator is Free Software published under the GNU | |
37 General Public License.</p> | |
38 | |
39 <ul><li><a href="http://code.soundsoftware.ac.uk/projects/sonic-annotator/files">Download the current version of Sonic Annotator</a> — binaries for Linux, OS/X and Windows, or source code;</li> | |
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> | |
41 <li>Read an <a href="runner.pdf">early document</a> describing more about the purpose and design of Sonic Annotator.</li> | |
42 </ul> | |
43 | |
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> | |
45 | |
46 <div id="logoblock"> | |
47 <table width="100%" border="0" cellpadding="0" cellspacing="10"/> | |
48 <tr> | |
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> | |
50 <td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td> | |
51 <td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td> | |
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> | |
53 </tr> | |
54 </table> | |
55 </div> | |
56 </body> | |
57 </html> |