jing332 / tts-server-android

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

Integrating this sherpa-onnx into the tts-server-android. A possible Offline TTS module? #134

Open LuekWasHere opened 8 months ago

LuekWasHere commented 8 months ago

Hello! I've come across a interesting project which has been developed which seems promising for doing neural network computation offline reasonably fast on an android. They have a demo of a android tts app which can run VITS, coqui and piper tts models.

source Built tts apks

And here is some documentation

I am very early into understanding the technicalities of TTS on android. Though im curious to know how likely it would be for me to figure out how to use the sherpa-onnx and integrating it into tt-server-android as a system wide tts engine?