Instructions to use Supertone/supertonic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use Supertone/supertonic 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
Where to get new voice styles?
#12
by onieth - opened
I love how seamless this works. But I would like to try other voice styles or even create my own ones. Does anyone know how?
add more languages in tts like hindi.
Thank you for your interest!
We have added 6 new voices, and you can download them from the same model repository.
Descriptions for all available voices are provided at https://supertone-inc.github.io/supertonic-py/voices/
We are also planning to launch a service that will allow users to create and work with custom voices, potentially by the end of this year.
Any news about "custom voices" ? Thanks.