-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (72 loc) · 4.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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="https://github.com/vamp-plugins/doc/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
— 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="https://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li>
<li>Analysis inside your audio editor? <a href="https://www.audacityteam.org/">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:[email protected]">Tell us!</a></li>
</ul>
<p><b>Developers and DSP researchers!</b></p>
<p>Vamp is a nice API to develop
with. <a href="develop.html">Read more and get the SDK here</a>,
or visit the <a href="https://github.com/vamp-plugins/">Vamp
Plugins organisation on Github</a> where development happens and
developer documentation lives.</li></p>
<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>