Instructions to use Vocabook/supertonic-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use Vocabook/supertonic-3 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
Upload supertonic-3-int8.zip
Browse files- .gitattributes +1 -0
- supertonic-3-int8.zip +3 -0
.gitattributes
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
supertonic3.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
supertonic3.zip filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
supertonic-3-int8.zip filter=lfs diff=lfs merge=lfs -text
|
supertonic-3-int8.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec6c8186c5ba4b739bb6dc327afafda9ec4318397444704d76b116ffa4ef6276
|
| 3 |
+
size 123141151
|