-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew-in-v3.html
More file actions
106 lines (87 loc) · 4.9 KB
/
new-in-v3.html
File metadata and controls
106 lines (87 loc) · 4.9 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
95
96
97
98
99
100
101
102
103
104
105
106
<!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>
<h1 id="header"><span>Sonic Visualiser</span></h1>
<div id="nav">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="community.html">Community</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/">Vamp Plugins</a></li>
</ul></div>
<h4 id="firstpara">What's new in Sonic Visualiser 3.0?</h4>
<a href="screenshots.html"><img src="images/sv-3.0-win-thumb.png" alt="Sonic Visualiser screen shot" border=0 style="float:right;padding-top:0;padding-bottom:2em;padding-left:2em;max-width:35%"/></a>
<p>As of the release of version 3.0 in March 2017, Sonic
Visualiser has been continuously developed and maintained in the
<a href="http://c4dm.eecs.qmul.ac.uk">Centre for Digital
Music</a> at Queen Mary, University of London for about a
decade.</p>
<p>This release is one of the most substantial updates the
application has ever had. In addition to several new features,
it includes a number of technical changes to core functions that
we hope should enable us to maintain a modern and useful
application in the years to come.</p>
<h5>Some new features you might like:</h5>
<ul>
<li style="margin-bottom:0.5em"><b>Audio recording.</b> As well as working with local and
online audio files, you can now record from the microphone or
other audio inputs directly into Sonic Visualiser. The choice
of audio device for both recording and playback can be changed
in the Preferences.</li>
<li style="margin-bottom:0.5em"><b>Retina and Hi-DPI
support.</b> Previous versions had only limited support for
retina or other very high-resolution displays. This release
provides complete retina-resolution layer rendering on the
Mac, and proper scaling and display of UI elements with
high-resolution displays on other platforms.</li>
<li style="margin-bottom:0.5em"><b>SVG export.</b> You can now
export layers in the scalable SVG image format as well as
PNG.</li>
<li style="margin-bottom:0.5em"><b>Improved support for very
long audio files.</b> Sonic Visualiser can now handle files
longer than 2<sup>32</sup> sample frames. This applies to
64-bit builds only, but for the first time ever, the default
build for Windows is a 64-bit one (other platforms had 64-bit
builds already in previous releases).
<li><b>New colour scales and
normalisations</b>, with new colour scale default settings in
the Preferences.</li>
</ul>
<p>Behind the scenes there has been a major overhaul in many
areas of rendering, plugin transform, and audio and file
handling code. This release is also substantially more robust
in its handling of <a href="http://vamp-plugins.org/">Vamp audio
analysis plugins</a> than previous versions. It should (we
hope!) now be impossible for an incompatible or crashing Vamp
plugin to crash Sonic Visualiser with it. Also, the 64-bit
Windows build is now able to load both 32-bit and 64-bit
plugins, making it compatible with all the existing 32-bit Vamp
plugins available for download.</p>
<p>There are a few more features and various bug fixes in this
release as well, which you can find listed in
the <a href="https://code.soundsoftware.ac.uk/projects/sonic-visualiser/repository/revisions/sv_v3.0/entry/CHANGELOG">CHANGELOG</a>
file.</p>
<h5>What's not new...</h5>
<p>Survey feedback has shown that an easier way to obtain and
install plugins would be very welcome, and we had hoped to have
something new to offer in that area for this release. Sadly we
haven't been able to do that yet — but soon, we hope!</p>
<h5>Get it here</h5>
<p>Downloads for Windows, Mac, and Linux are
available <a href="download.html">from the download
page</a>.</p>
</body>
</html>