jianchang512 / ChatTTS-ui

一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.
https://pyvideotrans.com
Other
5.04k stars 549 forks source link

Update app.py 增加tts1这个新的API直接返回音频文件 #113

Closed fengs2021 closed 3 weeks ago

fengs2021 commented 3 weeks ago

增加tts1这个新的API,为阅读等APP中TTS模型直接返回wav音频文件,而不是URL。且补全了get/post两种方式。