Mercurial > hg > sonic-annotator
comparison CHANGELOG @ 370:3e0133aa2354
Update CHANGELOG; add warning about mp3/aac encoder delay to help
author | Chris Cannam |
---|---|
date | Fri, 05 Jun 2020 10:46:08 +0100 |
parents | 68305800139d |
children | bfd36a0105bc |
comparison
equal
deleted
inserted
replaced
369:ddcbbd85c1ea | 370:3e0133aa2354 |
---|---|
1 | |
2 Changes in Sonic Annotator 1.6 (5 June 2020) since the previous release 1.5: | |
3 | |
4 Front-end changes: | |
5 | |
6 - Add support for reading the Opus audio codec on all platforms | |
7 | |
8 - Add support for reading WMA and AAC formats on 64-bit Windows. (AAC | |
9 was already supported on macOS.) Note that AAC support on Windows | |
10 is not "gapless", i.e. the decoder provides no way to identify and | |
11 remove the encoder gap at the start of the stream, so timings will | |
12 vary between Windows and Mac. For this reason, like mp3, AAC should | |
13 not be used as a file format of record | |
14 | |
15 - Add warning to the help text about avoiding mp3 and AAC as file | |
16 format of record | |
17 | |
18 Build changes: | |
19 | |
20 - General updates to dependency libraries and build system following | |
21 changes to the rest of the Sonic Visualiser family code since v1.5 | |
22 appeared | |
23 | |
1 | 24 |
2 Changes in Sonic Annotator 1.5 (25 May 2017) since the previous release 1.4: | 25 Changes in Sonic Annotator 1.5 (25 May 2017) since the previous release 1.4: |
3 | 26 |
4 Front-end changes: | 27 Front-end changes: |
5 | 28 |