jing332 / tts-server-android

这是一个Android系统TTS应用,内置微软演示接口,可自定义HTTP请求,可导入其他本地TTS引擎,以及根据中文双引号的简单旁白/对话识别朗读 ,还有自动重试,备用配置,文本替换等更多功能。
3.13k stars 256 forks source link

Cannot get pass certain characters while reading text #106

Open Li-es opened 1 year ago

Li-es commented 1 year ago

Hello, I'm encountering problems with the app, while using it to read text file with special characters for example: '***, !!!, ....' the application hung on the characters and won't move pass, essentially pausing the process completely until I have to manually skip the character. I tried modifying the reading rule, but with limited JavaScript knowledge I am unable to do so, so I'd like to ask if you guys could help me with this problem? Thank you! Screenshot_20230730_015731_Novel Library Screenshot_20230730_015841_Novel Library

jing332 commented 1 year ago

TTS Server has the function of automatically skipping silent text, so my guess is that your APP is stuck because of returning empty audio.

jing332 commented 1 year ago

You can go to the TTS Server log interface to view the log.

Li-es commented 1 year ago

You can go to the TTS Server log interface to view the log.

Hello, thank you for the reply, in which section do I look for it? I can't find it for some reason sorry.