OpenVoiceOS mirror of the ONNX assets from
Supertone/supertonic-3, used by the
supertonic engine in
phoonnx.
phoonnx mirrors all TTS model weights it uses under the OpenVoiceOS org on Hugging Face, so voices keep working even if an upstream repo is renamed, gated, or taken down. This is a straight mirror of the files referenced by phoonnx's supertonic voice index — no retraining, no modification to the weights.
All weights and voice styles in this repository are produced by
Supertone Inc. ("SuperTonic"). See the upstream repository for the original model card, demos, and the
supertonic PyPI SDK:
https://huggingface.co/Supertone/supertonic-3
1from phoonnx.voice import TTSVoice
2
3# any of the 310 "supertonic/<SPEAKER>/<lang>" voice ids from
4# phoonnx/voice_index/supertonic.json, e.g. F1 speaking English
5voice = TTSVoice.from_voice_id("supertonic/F1/en")
6voice.say("A gentle breeze moved through the open window.")
phoonnx resolves the four shared ONNX graphs, the shared config/indexer, and the per-speaker style JSON straight from this repository.