Mercurial > hg > sonic-annotator
diff CHANGELOG @ 200:f35bbb3e4d41 sonic-annotator-1.2
Change of tack: rename the JSON writer to JAMS. It's simpler than having a JSON writer with a mandatory flag to tell it what sort of JSON to write.
author | Chris Cannam |
---|---|
date | Tue, 01 Sep 2015 17:51:03 +0100 |
parents | c5619f2a63b1 |
children | c7ebacdbbb22 |
line wrap: on
line diff
--- a/CHANGELOG Tue Sep 01 17:29:20 2015 +0100 +++ b/CHANGELOG Tue Sep 01 17:51:03 2015 +0100 @@ -1,3 +1,23 @@ + +Changes in Sonic Annotator 1.2 since the previous release 1.1: + +Front-end changes: + + - Add the --segments-from option, providing the ability to read + segment boundaries from a file + +Back-end (feature writer) changes: + + - Rename the JSON feature writer to JAMS. There may be other JSON + formats supported in future + +Bug fixes: + + - Fix invalid JSON written by JAMS feature writer for dense + features. + - Fix invalid UTF-8 output from RDF feature writer when processing + MP3 files having ID3 tags in non-ASCII, non-UTF8 encodings + Changes in Sonic Annotator 1.1 since the previous release 1.0: