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

[Core] Add better support for Text-To-Speech #137

Open
yuripourre opened this issue Dec 29, 2021 · 1 comment
Open

[Core] Add better support for Text-To-Speech #137

yuripourre opened this issue Dec 29, 2021 · 1 comment

Comments

@yuripourre
Copy link
Member

Currently, is possible to have an output that converts text to a sound but there is no way to set voice parameters in a standard way.

One way to solve/improve this is to add voice parameters (hints) to the context map and parse the text looking for SSML tags.

Related to #109

@yuripourre
Copy link
Member Author

yuripourre commented Dec 29, 2021

Let's build a proof of concept?

TTS from Android emulator (should read a custom protocol)
(https://stackoverflow.com/a/68869600)

Compile and install APK in running emulator
(https://developer.android.com/studio/build/building-cmdline.html)

Custom protocol, maybe tts://sentence?text=something%20is%20wrong
https://stackoverflow.com/a/24032099
https://github.com/hkusoft/AndroidHowto/blob/master/CustomUrl/app/src/main/java/studio/xy/customurl/MainActivity.java

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

1 participant