Skip to content
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

Android TTS: Some ideas for packaging tts engine and voices/models #852

Open
domasofan opened this issue May 9, 2024 · 2 comments
Open

Comments

@domasofan
Copy link

Hi all,

Just tested the tts engine on android 14 on a phone with an 64 bit processor.
I also tested tts with the talkback screenreader.
It works very well and is pretty responsive for a neural tts.

Maybe i have some interesting ideas to package the voices and the tts engine.
It might be a good idea to package the tts engine without the voices but include the espeak-ng-data directory so it doesn't need to be installed multiple times with the voices.
I also would remove the tts app from the voices packages and just keep it in the tts engine.
As well i would remove all other files and just keep the tokens file, the onnx file and maybe other needed files which are just for the individual voice.

Can multiple voices be installed?
If yes it might be interesting to add a voices list to the gui of the tts engine app to set the currently used/default voice.
Additionally renaming the voice packages' display name to the various models so when removing it might be easier to remove the right voices and keep the wanted ones.

What do you think about that?

I can create single issues if you want later with the ideas.
This issue might be interesting for brainstorming a little bit.

Greetings,
Simon

@paolo-caroni
Copy link
Contributor

First to open a new issue please search similar issues.
read #569

@domasofan
Copy link
Author

Hi @paolo-caroni,

👍
Sorry, haven't seen that one.

Greetings,
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants