Instructions to use ngoctham/supertonic-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use ngoctham/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 supertonic3-voice-clone-main.zip
Browse files- .gitattributes +1 -0
- supertonic3-voice-clone-main.zip +3 -0
.gitattributes
CHANGED
|
@@ -2,3 +2,4 @@
|
|
| 2 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 4 |
supertonic-main.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 2 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 4 |
supertonic-main.zip filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
supertonic3-voice-clone-main.zip filter=lfs diff=lfs merge=lfs -text
|
supertonic3-voice-clone-main.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92fb118995443393ecef24d93ce04822498e98dd3ad297af180c3ad2f1e0a1f8
|
| 3 |
+
size 3298196
|