File size: 527 Bytes
dce708a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "sentence_id": {
    "_type": "string",
    "pa_type": "string"
  },
  "sentence": {
    "_type": "string",
    "pa_type": "string"
  },
  "audio": {
    "_type": "audio",
    "pa_type": "struct<array: list<float>, sampling_rate: int32>",
    "feature": {
      "sampling_rate": 24000,
      "_type": "Audio"
    }
  },
  "duration": {
    "_type": "float",
    "pa_type": "double"
  },
  "speaker": {
    "_type": "string",
    "pa_type": "string"
  },
  "sampling_rate": {
    "_type": "int",
    "pa_type": "int64"
  }
}