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

Added optional region and variant params to TTS intent #43

Merged
merged 1 commit into from
Sep 4, 2016

Conversation

garwiz
Copy link

@garwiz garwiz commented Sep 4, 2016

Currently I can only specify the language in termux-tts-speak. Appending the region (e.g. en_GB) doesn't work because new Locale(String language) constructor is used.
So actually one can only use american female voice and no other male or female english voices at the same time.
See http://stackoverflow.com/questions/36681232/android-tts-male-voices for more information.
This patch adds 2 optional parameters to intent for region and variant.

@fornwall fornwall merged commit 0026f1a into termux:master Sep 4, 2016
@fornwall
Copy link
Member

fornwall commented Sep 4, 2016

Nice, thanks! This is going into a version 0.11 update which should be available as an update in a couple of hours.

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

Successfully merging this pull request may close these issues.

2 participants