Mercurial > hg > webaudioevaluationtool
annotate test_create/attributes.json @ 2246:d052405e29e2
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Mon, 18 Apr 2016 20:21:06 +0100 |
parents | 27f3cbb3a960 |
children | e4a2a39838db |
rev | line source |
---|---|
nickjillings@1306 | 1 { |
nickjillings@1306 | 2 "id": "ID", |
nickjillings@1306 | 3 "mandatory": "Mandatory", |
nickjillings@1306 | 4 "name": "Name", |
nickjillings@1306 | 5 "interface": "Interface Module", |
nickjillings@2158 | 6 "projectReturn": "Save URL", |
nickjillings@1306 | 7 "randomiseOrder": "Randomise Order", |
nickjillings@1306 | 8 "testPages": "Test Pages", |
giuliomoro@1312 | 9 "loudness": "Target Loudness (LUFS)", |
nickjillings@1306 | 10 "sampleRate": "Required Sample Rate", |
nickjillings@1306 | 11 "hostURL": "Element URL Prefix", |
nickjillings@1306 | 12 "repeatCount": "Repeat Count", |
nickjillings@1306 | 13 "loop": "Synchronous Loop", |
nickjillings@1306 | 14 "showElementComments": "Show Comment Boxes", |
nickjillings@1306 | 15 "type": "Type", |
nickjillings@1306 | 16 "min": "Minimum", |
nickjillings@1306 | 17 "max": "Maximum", |
nickjillings@1306 | 18 "position": "Position", |
nickjillings@1306 | 19 "url": "URL", |
nickjillings@1306 | 20 "gain": "Gain (dB)", |
nickjillings@1306 | 21 "marker": "Marker", |
nickjillings@2158 | 22 "boxsize": "Box Size", |
nickjillings@2158 | 23 "label": "Label", |
nickjillings@2158 | 24 "calibration": "Perform Calibration", |
nickjillings@2158 | 25 "preSilence": "Pre Silence", |
nicholas@2239 | 26 "postSilence": "Post Silence", |
nicholas@2239 | 27 "poolSize": "Pool Size", |
nicholas@2239 | 28 "alwaysInclude": "Always Include", |
nicholas@2239 | 29 "crossFade": "Cross Fade" |
giuliomoro@1312 | 30 } |