Instructions to use augustZheng/TTS-Core-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use augustZheng/TTS-Core-AI with Supertonic:
from supertonic import TTS tts = TTS(auto_download=True) style = tts.get_voice_style(voice_name="M1") text = "The train delay was announced at 4:45 PM on Wed, Apr 3, 2024 due to track maintenance." wav, duration = tts.synthesize(text, voice_style=style) tts.save_audio(wav, "output.wav")
- Notebooks
- Google Colab
- Kaggle
File size: 357 Bytes
86af72c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"lexiconEntries": 178402,
"voiceShape": [
510,
1,
256
],
"sourceWeights": [
-0.08154186606407166,
-0.1851966679096222,
-0.18263398110866547,
-0.17837205529212952,
-0.09873894602060318,
0.0826403945684433,
0.08743999153375626,
-0.39068546891212463,
-0.5477443337440491,
-0.02945026010274887
]
} |