Mercurial > hg > sonic-annotator
changeset 294:252380f1b361
Update CHANGELOG
author | Chris Cannam |
---|---|
date | Wed, 24 May 2017 12:54:38 +0100 |
parents | 4f6e6ee48be7 |
children | c1862b8712ca |
files | CHANGELOG |
diffstat | 1 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Wed May 24 12:39:14 2017 +0100 +++ b/CHANGELOG Wed May 24 12:54:38 2017 +0100 @@ -1,3 +1,29 @@ + +Changes in Sonic Annotator 1.5 since the previous release 1.4: + +Front-end changes: + + - Change mp3 file loading so as to compensate for encoder/decoder + delay and padding (using "gapless playback" logic). While this is a + real improvement, unfortunately it does mean that the initial + padding in mp3 file load has changed from previous versions, which + may change alignment of features based on mp3 files relative to + those generated by previous versions. It's not a great idea to use + mp3 as a file format of record, because of differences like this + between decoders + + - Add --transform-minversion flag to test for available version of + a plugin transform + + - Add quiet mode (-q) + +Bug fixes: + + - Fix possible crash in multiplexed file handling (--multiplex, -m) + + - Fix nominal rounding error (out by 1ns) in output under some + conditions + Changes in Sonic Annotator 1.4 since the previous release 1.3: