We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: