Instructions to use OpenVoiceOS/phoonnx-outetts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OuteTTS
How to use OpenVoiceOS/phoonnx-outetts with OuteTTS:
- Notebooks
- Google Colab
- Kaggle
File size: 306 Bytes
2e6be8b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"engine": "outetts",
"phoneme_type": "unicode",
"alphabet": "graphemes",
"audio": {
"sample_rate": 24000
},
"engine_params": {
"codec_decoder_path": "../dac/decoder_model.onnx",
"tokenizer_path": "tokenizer.json",
"speakers_path": "../speakers/en-female-1-neutral.json"
}
}
|