Mercurial > hg > sonic-annotator
diff tests/test-jams-writer/expected/curve-fsr.json @ 204:1f8fef5c6ea2
Add digits option to JAMS output, for number of sig figs
author | Chris Cannam |
---|---|
date | Tue, 03 Nov 2015 11:36:24 +0000 |
parents | |
children | c17b184c16db |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-jams-writer/expected/curve-fsr.json Tue Nov 03 11:36:24 2015 +0000 @@ -0,0 +1,37 @@ +{ +"file_metadata": { + "filename": "20sec-silence.wav" +}, +"unknown": [ +{ + "annotation_metadata": { + "annotation_tools": "Sonic Annotator v1.3", + "data_source": "Automatic feature extraction", + "annotator": { + "plugin_id": "vamp:vamp-test-plugin:vamp-test-plugin", + "output_id": "curve-fsr", + "plugin_version": "3", + "step_size": 1024, + "block_size": 1024, + "sample_rate": 44100, + "parameters": { + "produce_output": 1 + }, + "transform_id": "vamp:vamp-test-plugin:vamp-test-plugin:curve-fsr" + } + }, + "data": [ + { "time": { "value": 0.000000000 }, "label": { "value": "1 of 10: 0 at 0" }, "value": [ 0 ] }, + { "time": { "value": 0.400000000 }, "label": { "value": "2 of 10: 0.1 at 0.4" }, "value": [ 0.1 ] }, + { "time": { "value": 0.800000000 }, "label": { "value": "3 of 10: 0.2 at 0.8" }, "value": [ 0.2 ] }, + { "time": { "value": 1.200000000 }, "label": { "value": "4 of 10: 0.3 at 1.2" }, "value": [ 0.3 ] }, + { "time": { "value": 1.600000000 }, "label": { "value": "5 of 10: 0.4 at 1.6" }, "value": [ 0.4 ] }, + { "time": { "value": 2.000000000 }, "label": { "value": "6 of 10: 0.5 at 2" }, "value": [ 0.5 ] }, + { "time": { "value": 2.400000000 }, "label": { "value": "7 of 10: 0.6 at 2.4" }, "value": [ 0.6 ] }, + { "time": { "value": 2.800000000 }, "label": { "value": "8 of 10: 0.7 at 2.8" }, "value": [ 0.7 ] }, + { "time": { "value": 3.200000000 }, "label": { "value": "9 of 10: 0.8 at 3.2" }, "value": [ 0.8 ] }, + { "time": { "value": 3.600000000 }, "label": { "value": "10 of 10: 0.9 at 3.6" }, "value": [ 0.9 ] } + ] +} +] +}