-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·80 lines (67 loc) · 4.72 KB
/
index.html
File metadata and controls
executable file
·80 lines (67 loc) · 4.72 KB
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
<!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" sizes="16x16" href="images/waveform.png"/>
<link rel="icon" type="image/svg" href="images/sv-icon.svg"/>
<title>Sonic Visualiser</title>
<meta name="robots" content="index"/>
<meta name="keywords" content="sonic visualiser visualizer visualise visualize audio music spectrogram feature extraction"/>
<meta name="description" content="Sonic Visualiser is a program for viewing and analysing the contents of music audio files."/>
</head>
<body>
<h1 id="header"><span>Sonic Visualiser</span></h1>
<div id="nav">
<ul>
<li class="first"><a href="news/index.html">News</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="http://www.vamp-plugins.org/">Plugins</a></li>
</ul>
</div>
<h2 id="firstpara">Visualisation, analysis, and annotation of music audio recordings</h2>
<div id="main-image-left"><figure><a href="tony"><img id="main-image-left-image" src="images/tony-screeny-20191112.png" alt="Tony screen shot" border=0></a><figcaption>Tony</figcaption></figure></div>
<div id="main-image-right"><figure><a href="sonic-lineup"><img id="main-image-right-image" src="images/sonic-lineup-windows-20191004.png" alt="Sonic Lineup screen shot" border=0></a><figcaption>Sonic Lineup</figcaption></figure></div>
<div id="main-image-centre"><figure><img id="main-image-centre-image" src="images/sv-3.0-win.png" alt="Sonic Visualiser screen shot" border=0><figcaption>Sonic Visualiser</figcaption></figure></div>
<p style="clear:both">Sonic Visualiser is a free, open-source application for
Windows, Linux, and Mac, designed to be the first program you
reach for when want to study a music recording closely. It's
designed for musicologists, archivists, signal-processing
researchers, and anyone else looking for a friendly way to look
at what lies inside the audio file.</p>
<p>Sonic Visualiser version 5.2.1 was released on 21 March 2025. <a href="download.html">Download it here!</a></p>
<p>Sonic Visualiser is one of a family of four applications:</p>
<ul><li>Sonic Visualiser itself is the most general, a program for
highly configurable detailed visualisation, analysis, and
annotation of audio recordings.</li>
<li><a href="sonic-lineup/index.html">Sonic Lineup</a> is for rapid
visualisation of multiple audio files containing versions of
the same source material, such as performances from the same
score, or different takes of an instrumental part.</li>
<li><a href="tony/index.html">Tony</a> is for high quality pitch and
note transcription for scientific applications, designed primarily
for solo vocal recordings.</li>
<li><a href="https://vamp-plugins.org/sonic-annotator/">Sonic
Annotator</a> is a non-interactive command-line program
application for batch audio feature extraction, using the
same feature extraction plugins as Sonic Visualiser.</li></ul>
<br>
<p><small><i>Citations:</i> If you are using Sonic Visualiser in research work for publication, please cite (<a href="sv2010.pdf">pdf</a> | <a href="sv.bib.txt">bib</a>) Chris Cannam, Christian Landone, and Mark Sandler, <i>Sonic Visualiser: An Open Source Application for Viewing, Analysing, and Annotating Music Audio Files</i>, in Proceedings of the ACM Multimedia 2010 International Conference.</small></p>
<br style="clear:both;"/>
<div id="logoblock">
<table class="borderless" width="100%" border="0" cellpadding="0" cellspacing="10">
<tr>
<td align=center>Initiated and developed in the <a href="https://c4dm.eecs.qmul.ac.uk">Centre for Digital Music</a>, Queen Mary University of London</td>
</tr>
</table>
<table class="borderless" width="100%" border="0" cellpadding="0" cellspacing="10">
<tr>
<td align=center><small><i>Partially funded by the Engineering and Physical Sciences Research Council through the OMRAS2 project EP/E017614/1 and the SeMMA project GR/S84743/01.</i></small></td>
<td align=center><small><i>Partially funded by the European Commission through the SIMAC project IST-FP6-507142 and the EASAIER project IST-FP6-033902.</i></small></td>
<td align=center><small><i>Partially funded by the Arts and Humanities Research Council through the Research Centre for the History and Analysis of Recorded Music.</i></small></td>
</tr>
</table>
</div>
</body>
</html>