Text-to-Speech
English

Android TTS app

#80
by ct-2 - opened

Thank you for work!
Have you discovered anyone using it as an Android TTS module?
For what this accomplishes, it will allow use in other apps. For instance Library FD could read PDFs out loud, using Kokoro.

There is no specific app that uses Kokoro but, I know about sherpa-onnx which has a TTS engine which uses ONNX. Currently they have pre-built APKs for piper models.

I have been working on this PDF reader with Kokoro. It is used in the browser. The demo uses my own Kokoro server but you can use your own by changing the api URL.

https://openreader.richardr.dev

Thank you for work!
Have you discovered anyone using it as an Android TTS module?
For what this accomplishes, it will allow use in other apps. For instance Library FD could read PDFs out loud, using Kokoro.

Please find one at
https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html

Just search kokoro and you will find the download link for the android apk.

The source code is available at
https://github.com/k2-fsa/sherpa-onnx/tree/master/android/SherpaOnnxTtsEngine

By the way, it runs locally. You don't need to access the network.

Thanks, it's a great demo!

Sign up or log in to comment