File size: 401 Bytes
0ae8bf2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"engine": "neutts",
"phoneme_type": "unicode",
"alphabet": "graphemes",
"lang_code": "tw",
"audio": {
"sample_rate": 24000
},
"engine_params": {
"lm_weights_path": "akiti-twi-onnx/neutts_lm.onnx.data",
"codec_decoder_path": "akiti-twi-onnx/neucodec_decoder.onnx",
"tokenizer_path": "akiti-twi-onnx/tokenizer.json",
"voices_path": "akiti-twi-onnx/voices.json"
}
}
|