import torch
import ChatTTS
from IPython.display import Audio
chat = ChatTTS.Chat()
chat.load_models()
texts = ["<YOUR TEXT HERE>",]
wavs = chat.infer(texts, use_decoder=True)
Audio(wavs[0], rate=24_000, autoplay=True)
forked from 2noise/ChatTTS
-
Notifications
You must be signed in to change notification settings - Fork 0
ChatTTS is a generative speech model for daily dialogue.
License
noahzaozao/ChatTTS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
ChatTTS is a generative speech model for daily dialogue.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 98.9%
- Python 1.1%