Replies: 2 comments
-
I suggest that you have a look at It supports all models trained by piper. At the same time, it provides Python APIs and supports Android and iOS. You can find pre-built Android APKs with piper models at |
Beta Was this translation helpful? Give feedback.
0 replies
-
@csukuangfj Thanks for the directions. I will have a look at it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together, I am currently playing around with piper, as I am searching for a good tts solutions for rapid prototyping in Python which can be easily ported to mobile applications for Android and iOS. So far it seems to me that piper needs to be used via command line in a dedicated process or as an external server process. I also found the explanation here https://hackernoon.com/how-to-set-up-piper-speech-synthesizer-on-a-local-machine to attach to it via pipes. However, I am wondering if their is also a direct usage option for the library available currently. I am suspecting that their might already be some kind of cython bindings for usage with python and a more direct approach to use piper in custom applications. In case such an interface is available, it would be great if you could provide directions. Otherwise, I am wondering if such a feature like is already on the roadmap. Thanks for your feedback. It is a great product you are currently building!
Beta Was this translation helpful? Give feedback.
All reactions