-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to get my Piper voice in Android using SherpaOnnx. #699
Comments
Hi, Cheers. |
Nice to know that. Would be fun to test that pure piper implementation with some voices. At least, I thought that using these retro tts models with piper it would have a bit less latency! |
Maybe you whant to look at this ? https://github.com/jing332/SherpaOnnxTtsEngineAndroid |
@rmcpantoja sherpa-onnx supports many functions apart from TTS. However, if you don't use the other functions at runtime, then your response time won't be affected. You don't pay for what you don't need. |
You need to follow the following doc If you have any further issues, i suggest that you create a ticket in sherpa-onnx's repo. |
Hi! I managed to create a piper voice model of NokiaTTS syntesizer in Spanish. As a fact, is one of the fastest Piper models I got, same for other models like Keynote Gold and the voice of Windows XP Tour. As a consequence, I wanted to try to get them in my Android phone, but there's not a lot of documentation, or simply there's not a very good explanation like it did the person that made the tutorial of training Piper on WSL. As a consequence, I decided to try to decompile a voice (I decided to choose Glados) and I decided to change the voice in assets folder. What exactly I did was put the SherpaOnnx/Piper model with the json, .onnx and tokens file and tried to recompile. But apparently no result. Can someone help a bit in compilation step? BTW I suggest that there will be some day an app that allows you to load several piper voices in Android and choose between them. Is a nightmare compiling an app for just one model, and if you install other model the previous model is uninstalled.
Here is actually the apk of Glados voice I used for modification.
https://www.mediafire.com/file/unxjpgs12qr4tlf/sherpa-onnx-1.9.3-arm64-v8a-es-tts-vits-piper-es-glados-medium.apk/file
Here is actually the piper model with tokens.txt file.
https://www.mediafire.com/file/hpqq35rwwtgrpio/es-NokiaTTS-medium.zip/file
Here is the modded apk.
https://www.mediafire.com/file/xf4fsfzr6yg53ef/piper-es-NokiaTTS-medium.apk/file
The text was updated successfully, but these errors were encountered: