annotate tests/test-jams-writer/expected/notes-regions.json @ 256:ffa60ff17a86

Add test for new fsr-mixed output of Vamp Test Plugin
author Chris Cannam
date Thu, 15 Sep 2016 11:31:23 +0100
parents c17b184c16db
children 5e17f44b2e74
rev   line source
Chris@204 1 {
Chris@204 2 "file_metadata": {
Chris@208 3 "jams_version": "0.2.0",
Chris@208 4 "identifiers": { "filename": "20sec-silence.wav" },
Chris@208 5 "duration": 20.003265306
Chris@204 6 },
Chris@208 7 "annotations": [
Chris@208 8 {
Chris@208 9 "namespace": "unknown",
Chris@204 10 "annotation_metadata": {
Chris@204 11 "annotation_tools": "Sonic Annotator v1.3",
Chris@204 12 "data_source": "Automatic feature extraction",
Chris@204 13 "annotator": {
Chris@204 14 "plugin_id": "vamp:vamp-test-plugin:vamp-test-plugin",
Chris@204 15 "output_id": "notes-regions",
Chris@256 16 "plugin_version": "4",
Chris@204 17 "step_size": 1024,
Chris@204 18 "block_size": 1024,
Chris@204 19 "sample_rate": 44100,
Chris@204 20 "parameters": {
Chris@204 21 "produce_output": 1
Chris@204 22 },
Chris@204 23 "transform_id": "vamp:vamp-test-plugin:vamp-test-plugin:notes-regions"
Chris@204 24 }
Chris@204 25 },
Chris@204 26 "data": [
Chris@208 27 { "time": 0.000000000, "duration": 1.750000000, "confidence": 1.0, "label": "1 of 10: 0 at 0 dur. 1.75", "value": 0 },
Chris@208 28 { "time": 1.000000000, "duration": 0.500000000, "confidence": 1.0, "label": "2 of 10: 0.1 at 1 dur. 0.5", "value": 0.1 },
Chris@208 29 { "time": 2.000000000, "duration": 1.750000000, "confidence": 1.0, "label": "3 of 10: 0.2 at 2 dur. 1.75", "value": 0.2 },
Chris@208 30 { "time": 3.000000000, "duration": 0.500000000, "confidence": 1.0, "label": "4 of 10: 0.3 at 3 dur. 0.5", "value": 0.3 },
Chris@208 31 { "time": 4.000000000, "duration": 1.750000000, "confidence": 1.0, "label": "5 of 10: 0.4 at 4 dur. 1.75", "value": 0.4 },
Chris@208 32 { "time": 5.000000000, "duration": 0.500000000, "confidence": 1.0, "label": "6 of 10: 0.5 at 5 dur. 0.5", "value": 0.5 },
Chris@208 33 { "time": 6.000000000, "duration": 1.750000000, "confidence": 1.0, "label": "7 of 10: 0.6 at 6 dur. 1.75", "value": 0.6 },
Chris@208 34 { "time": 7.000000000, "duration": 0.500000000, "confidence": 1.0, "label": "8 of 10: 0.7 at 7 dur. 0.5", "value": 0.7 },
Chris@208 35 { "time": 8.000000000, "duration": 1.750000000, "confidence": 1.0, "label": "9 of 10: 0.8 at 8 dur. 1.75", "value": 0.8 },
Chris@208 36 { "time": 9.000000000, "duration": 0.500000000, "confidence": 1.0, "label": "10 of 10: 0.9 at 9 dur. 0.5", "value": 0.9 }
Chris@204 37 ]
Chris@204 38 }
Chris@204 39 ]
Chris@204 40 }