1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| <View>
| <Labels name="labels" toName="audio">
| <Label value="Speech" />
| <Label value="Noise" />
| </Labels>
|
| <Audio name="audio" value="$audio"/>
|
| <TextArea name="transcription" toName="audio"
| rows="2" editable="true"
| perRegion="true" required="true" />
| </View>
|
| <!-- { "data":
| {"audio": "/static/samples/game.wav"},
| "annotations": [{
| "result": [
| {
| "original_length": 3.77437641723356,
| "value": {
| "start": 0.9167245904503621,
| "end": 2.4340618436095824,
| "labels": [
| "Speech"
| ]
| },
| "id": "wavesurfer_8q3en87p138",
| "from_name": "labels",
| "to_name": "audio",
| "type": "labels"
| },
| {
| "original_length": 3.77437641723356,
| "value": {
| "start": 0.9167245904503621,
| "end": 2.4340618436095824,
| "text": [
| "Wow wow wow!!!...."
| ]
| },
| "id": "wavesurfer_8q3en87p138",
| "from_name": "transcription",
| "to_name": "audio",
| "type": "textarea"
| }
| ]
| }]
| } -->
|
|