Mercurial > hg > sonic-visualiser
comparison CHANGELOG @ 2260:40d240925f9a
Update CHANGELOG and version for 3.3-pre1
author | Chris Cannam |
---|---|
date | Thu, 04 Apr 2019 16:50:43 +0100 |
parents | ba22d9c5d898 |
children | 37a32d18796c f2dd9218617e |
comparison
equal
deleted
inserted
replaced
2259:392eaab1aec4 | 2260:40d240925f9a |
---|---|
1 | 1 |
2 Changes in Sonic Visualiser v3.3 since the previous release 3.2.1: | 2 Changes in Sonic Visualiser v3.3 (Apr 2019) since the previous release 3.2.1: |
3 | 3 |
4 - Add support for reading the Opus audio codec on all platforms | 4 - Add support for reading the Opus audio codec on all platforms |
5 | 5 |
6 - Add support for WMA and AAC formats on 64-bit Windows. (AAC was | 6 - Add support for WMA and AAC formats on 64-bit Windows. (AAC was |
7 already supported on macOS.) Note that AAC support on Windows does | 7 already supported on macOS.) Note that AAC support on Windows does |
8 not support "gapless" import, i.e. removing the encoder gaps at | 8 not support "gapless" import, i.e. removing the encoder gaps at |
9 start and end of the stream | 9 start and end of the stream |
10 | |
11 - Add ability to choose the field separator when importing CSV and | |
12 CSV-like files, if more than one possible candidate separator is | |
13 found in the file | |
14 | |
15 - Fix crash when closing session or starting a new session while | |
16 calculating alignment of multiple audio files | |
17 | |
18 - Fix crash when running certain plugins that call for | |
19 frequency-domain input at non-power-of-two block sizes | |
20 | |
21 - Fix wandering left edge of measure-tool rectangle while dragging | |
22 out the area | |
23 | |
24 - Ensure that plugin stderr debug output is logged to the SV log file | |
10 | 25 |
11 | 26 |
12 Changes in Sonic Visualiser 3.2.1 (Jan 2019) since the previous release 3.2: | 27 Changes in Sonic Visualiser 3.2.1 (Jan 2019) since the previous release 3.2: |
13 | 28 |
14 - Fix failure to record from built-in microphone on macOS 10.14 | 29 - Fix failure to record from built-in microphone on macOS 10.14 |