-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreenshots.html
More file actions
94 lines (74 loc) · 4.35 KB
/
screenshots.html
File metadata and controls
94 lines (74 loc) · 4.35 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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>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>
<a href="index.html"><h1 id="header"><span>Sonic Visualiser Screenshots</span></h1></a>
<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">Screenshots</h2>
<p>Click on any screenshot to see a full-size version.</p>
<div align=center><a href="images/sv-3.0-win.png"><img src="images/sv-3.0-win-thumb.png" border=1></a></div>
<p>Sonic Visualiser 3.0, running on Windows, showing a waveform,
a melodic range spectrogram, and a key analysis carried out by a
Vamp plugin.</p>
<div align=center><a href="images/sv-1.0-notetracker.png"><img src="images/sv-1.0-notetracker-thumb.png" border=1></a></div>
<p>Sonic Visualiser 1.0 showing a waveform pane and a melodic
range spectrogram pane. (The music is "After the Pain" by Carlos
Pino.)</p><p>Overlaid on the spectrogram is a note layer,
showing the output of a note-tracker Vamp plugin that is being
evaluated. The notes from the tracker are played using a piano
sample, configured in the plugin dialog visible.</p>
<br>
<div align=center><a href="images/sv-1.0-wide.png"><img src="images/sv-1.0-wide-thumb.png" border=1></a></div>
<p>Sonic Visualiser 1.0 showing about a minute of the final
movement of Mahler's 9th symphony, performed by the Czech
Philharmonic under Vaclav Neumann. (In fact the whole final
movement is loaded and may be scrolled through – see the
green overview at the bottom of the window.)
<p>The waveform pane at the top is overlaid with a spectral
centroid calculation (the coloured shading), the outputs of two
note onset detection Vamp plugins (red and black vertical lines
– neither of them seems to work very well on this sort of
music) and the onset likelihood function from a third onset
detection plugin (the blue curve). The spectrogram pane below it
shows estimated instantaneous frequencies for peak FFT bins.</p>
<br>
<div align=center><a href="images/sv-1.0-ru.png"><img src="images/sv-1.0-ru-thumb.png" border=1></a></div>
<p>Sonic Visualiser 1.0 in Russian – translation thanks to
the hard work of Alexandre Prokoudine. The Russian translation
is included in the standard program and should be used
automatically if your locale is set appropriately.</p>
<p>Here we see a log-frequency spectrogram and a waveform of
part of Bob Dylan's "Don't Think Twice, It's All Right". (The
music's in English.)</p>
<br>
<div align=center><a href="images/sv2.png"><img src="images/sv2-thumb.png" border=1></a></div>
<p>Sonic Visualiser 0.9 showing a waveform, beat locations
detected by a Vamp plugin, an onset likelihood curve, a
spectrogram with instantaneous frequency estimates and a
"harmonic cursor" showing the relative locations of higher
harmonics of a frequency, a waveform mapped to dB scale, and an
amplitude measure shown using a colour shading.</p>
<p>The three panes in this window are at quite different zoom
levels; the green overview at the bottom shows three rectangles
corresponding to the regions shown in each of the three panes
above. As you scroll through one pane, the other panes move
accordingly (at different speeds depending on their zoom levels)
to remain aligned at the centre.</p>
</body>
</html>