annotate tests/test-jams-writer/expected/instants.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
rev   line source
Chris@204 1 {
Chris@204 2 "file_metadata": {
Chris@204 3 "filename": "20sec-silence.wav"
Chris@204 4 },
Chris@204 5 "unknown": [
Chris@204 6 {
Chris@204 7 "annotation_metadata": {
Chris@204 8 "annotation_tools": "Sonic Annotator v1.3",
Chris@204 9 "data_source": "Automatic feature extraction",
Chris@204 10 "annotator": {
Chris@204 11 "plugin_id": "vamp:vamp-test-plugin:vamp-test-plugin",
Chris@204 12 "output_id": "instants",
Chris@204 13 "plugin_version": "3",
Chris@204 14 "step_size": 1024,
Chris@204 15 "block_size": 1024,
Chris@204 16 "sample_rate": 44100,
Chris@204 17 "parameters": {
Chris@204 18 "produce_output": 1
Chris@204 19 },
Chris@204 20 "transform_id": "vamp:vamp-test-plugin:vamp-test-plugin:instants"
Chris@204 21 }
Chris@204 22 },
Chris@204 23 "data": [
Chris@204 24 { "time": { "value": 0.000000000 }, "label": { "value": "1 of 10 at 0" } },
Chris@204 25 { "time": { "value": 1.500000000 }, "label": { "value": "2 of 10 at 1.5" } },
Chris@204 26 { "time": { "value": 3.000000000 }, "label": { "value": "3 of 10 at 3" } },
Chris@204 27 { "time": { "value": 4.500000000 }, "label": { "value": "4 of 10 at 4.5" } },
Chris@204 28 { "time": { "value": 6.000000000 }, "label": { "value": "5 of 10 at 6" } },
Chris@204 29 { "time": { "value": 7.500000000 }, "label": { "value": "6 of 10 at 7.5" } },
Chris@204 30 { "time": { "value": 9.000000000 }, "label": { "value": "7 of 10 at 9" } },
Chris@204 31 { "time": { "value": 10.500000000 }, "label": { "value": "8 of 10 at 10.5" } },
Chris@204 32 { "time": { "value": 12.000000000 }, "label": { "value": "9 of 10 at 12" } },
Chris@204 33 { "time": { "value": 13.500000000 }, "label": { "value": "10 of 10 at 13.5" } }
Chris@204 34 ]
Chris@204 35 }
Chris@204 36 ]
Chris@204 37 }