phoonnx-neutts / config.json
Jarbas's picture
Add top-level config.json naming the engine (fixes VITS-fallback/OOV-silence on raw-file load)
0ae8bf2 verified
Raw
History Blame Contribute Delete
401 Bytes
{
"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"
}
}