Home >Technology peripherals >AI >Hot ChatTTS broke through the open source voice ceiling and gained 9k stars in 3 days
Is this what the future of communication between people will look like?
Recently, a text-to-speech project called ChatTTS has become popular, attracting great attention from everyone. In just three days, it has gained 9.2k stars on GitHub.
Project address: https://github.com/2noise/ChatTTS/tree/main
The author himself also stated on x that ChatTTS has achieved a breakthrough Open source ceiling. However, what is currently open source is only the base model, which has not been supervised and fine-tuned by SFT.
This project converts text into speech. The effect is as follows: ChatTTS can not only speak Chinese, but also hold English. Supporting some fine-grained control, it allows you to add laughter, pauses between speaking, and modal particles, making it very playable.
It can reproduce the out-of-print voices of people who have passed away. If you want to hear Steve Jobs’ development conference again, you can do so at any time. Listening to it imitating Swift's timbre, both the intonation and the changes in tone are very close to her, and there is almost no AI flavor at all.
I can also speak both Chinese and English. With my half-English and half-Chinese accent, I am brave enough to break into the Liuzi circle. ChatTTS’s language ability has reached the next level.
#The effect is so good, naturally I want to try it. How to use ChatTTS as your mouth substitute? You can refer to the following methods to operate. Online experience address: https://huggingface.co/spaces/Dzkaka/ChatTTS
ChatTTS mainly has two core functions, the first is text-to-speech, and the second is real-time voice dialogue with a large language model. In addition to these functions, you can adjust the timbre of the digitally specified speaker in "Audio Seed", or roll the dice to randomly generate one. However, many testers said that if the same parameters are used every time, the tone generated is not necessarily fixed.
2Noise said that it currently supports sound cloning, but requires a larger amount of data.
After entering text in the text box, ChatTTS will automatically generate rhymes and pauses for you, and will also add some modal particles such as "then". If you add [laugh] and [uv_break] to the text when typing, you can manually control ChatTTS to produce some "laughter" when speaking.
However, ChatTTS cannot handle relatively long texts yet. Some netizens asked it to challenge the audiobook and found that the initial version could not be generated. Audio longer than 30 seconds requires manual repair. When encountering relatively long text, ChatTTS's word segmentation will also have problems.
The above is the detailed content of Hot ChatTTS broke through the open source voice ceiling and gained 9k stars in 3 days. For more information, please follow other related articles on the PHP Chinese website!