Mercurial > hg > sonic-annotator
comparison tests/test-jams-writer/expected/notes-regions.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": "notes-regions", | |
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:notes-regions" | |
21 } | |
22 }, | |
23 "data": [ | |
24 { "start": { "value": 0.000000000 }, "end": { "value": 1.750000000 }, "label": { "value": "1 of 10: 0 at 0 dur. 1.75" }, "value": [ 0 ] }, | |
25 { "start": { "value": 1.000000000 }, "end": { "value": 1.500000000 }, "label": { "value": "2 of 10: 0.1 at 1 dur. 0.5" }, "value": [ 0.1 ] }, | |
26 { "start": { "value": 2.000000000 }, "end": { "value": 3.750000000 }, "label": { "value": "3 of 10: 0.2 at 2 dur. 1.75" }, "value": [ 0.2 ] }, | |
27 { "start": { "value": 3.000000000 }, "end": { "value": 3.500000000 }, "label": { "value": "4 of 10: 0.3 at 3 dur. 0.5" }, "value": [ 0.3 ] }, | |
28 { "start": { "value": 4.000000000 }, "end": { "value": 5.750000000 }, "label": { "value": "5 of 10: 0.4 at 4 dur. 1.75" }, "value": [ 0.4 ] }, | |
29 { "start": { "value": 5.000000000 }, "end": { "value": 5.500000000 }, "label": { "value": "6 of 10: 0.5 at 5 dur. 0.5" }, "value": [ 0.5 ] }, | |
30 { "start": { "value": 6.000000000 }, "end": { "value": 7.750000000 }, "label": { "value": "7 of 10: 0.6 at 6 dur. 1.75" }, "value": [ 0.6 ] }, | |
31 { "start": { "value": 7.000000000 }, "end": { "value": 7.500000000 }, "label": { "value": "8 of 10: 0.7 at 7 dur. 0.5" }, "value": [ 0.7 ] }, | |
32 { "start": { "value": 8.000000000 }, "end": { "value": 9.750000000 }, "label": { "value": "9 of 10: 0.8 at 8 dur. 1.75" }, "value": [ 0.8 ] }, | |
33 { "start": { "value": 9.000000000 }, "end": { "value": 9.500000000 }, "label": { "value": "10 of 10: 0.9 at 9 dur. 0.5" }, "value": [ 0.9 ] } | |
34 ] | |
35 } | |
36 ] | |
37 } |