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
Revert metadata change
#8
by Xenova HF Staff - opened
README.md
CHANGED
|
@@ -3,7 +3,6 @@ license: openrail
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
| 6 |
-
library_name: transformers.js
|
| 7 |
---
|
| 8 |
|
| 9 |
# Supertonic โ Lightning Fast, On-Device TTS
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pipeline_tag: text-to-speech
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Supertonic โ Lightning Fast, On-Device TTS
|