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