Skip to content
forked from 2noise/ChatTTS

ChatTTS is a generative speech model for daily dialogue.

License

Notifications You must be signed in to change notification settings

noahzaozao/ChatTTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatTTS

To be Finished

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)

About

ChatTTS is a generative speech model for daily dialogue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Python 1.1%