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
| { | |
| "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" | |
| } | |
| } | |