Instructions to use Supertone/supertonic-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use Supertone/supertonic-2 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
Request for Finnish Language Support in Supertonic2
#24
by jihn1024 - opened
Hi, I am currently evaluating Text-to-Speech (TTS) models for an Android embedded device requiring both English and Finnish support.
While testing Supertonic3, I confirmed that it supports both languages, but the inference/synthesis time on our device is too slow for our real-time use case.
On the other hand, Supertonic2 achieves excellent inference speed on our target hardware, but it currently only supports English.
Would it be possible to release a Finnish-supported version/model based on the Supertonic2 architecture?
Best regards,