comparison CHANGELOG @ 294:252380f1b361

Update CHANGELOG
author Chris Cannam
date Wed, 24 May 2017 12:54:38 +0100
parents 4307b34f86c0
children 68305800139d
comparison
equal deleted inserted replaced
293:4f6e6ee48be7 294:252380f1b361
1
2 Changes in Sonic Annotator 1.5 since the previous release 1.4:
3
4 Front-end changes:
5
6 - Change mp3 file loading so as to compensate for encoder/decoder
7 delay and padding (using "gapless playback" logic). While this is a
8 real improvement, unfortunately it does mean that the initial
9 padding in mp3 file load has changed from previous versions, which
10 may change alignment of features based on mp3 files relative to
11 those generated by previous versions. It's not a great idea to use
12 mp3 as a file format of record, because of differences like this
13 between decoders
14
15 - Add --transform-minversion flag to test for available version of
16 a plugin transform
17
18 - Add quiet mode (-q)
19
20 Bug fixes:
21
22 - Fix possible crash in multiplexed file handling (--multiplex, -m)
23
24 - Fix nominal rounding error (out by 1ns) in output under some
25 conditions
26
1 27
2 Changes in Sonic Annotator 1.4 since the previous release 1.3: 28 Changes in Sonic Annotator 1.4 since the previous release 1.3:
3 29
4 Front-end changes: 30 Front-end changes:
5 31