Datasets:
File size: 523 Bytes
9317baa | 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"
},
"text": {
"_type": "string",
"pa_type": "string"
},
"audio": {
"_type": "audio",
"pa_type": "struct<array: list<float>, sampling_rate: int32>",
"feature": {
"sampling_rate": 44100,
"_type": "Audio"
}
},
"duration": {
"_type": "float",
"pa_type": "double"
},
"speaker": {
"_type": "string",
"pa_type": "string"
},
"sampling_rate": {
"_type": "int",
"pa_type": "int64"
}
} |