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.98k stars 687 forks source link

run cli or web均报错 #162

Open sunway86 opened 3 months ago

sunway86 commented 3 months ago

/tmp/tmp5qupfxr3/main.c: In function ‘list_to_cuuint64_array’: /tmp/tmp5qupfxr3/main.c:354:3: error: ‘for’ loop initial declarations are only allowed in C99 mode for (Py_ssize_t i = 0; i < len; i++) {