-
Notifications
You must be signed in to change notification settings - Fork 3
Changing the voice selection #2
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi JP, The pull request looks great and I was able to checkout your branch for testing. What you've done makes perfect sense but I've decided not to merge it with my branch. My reasoning is that I'd like a consistent voice for the English and the Japanese text respectively. When I tested your branch the voice changed from line to line (presumably because there are multiple voices available for each language). I can see how this could be desirable for a different project but not for this one. Thanks! |
|
Hi Thomas, Thanks for looking into it. I see that the reason you get random voices is My original pull request only called for the first en-US and ja-JP voices, I'm happy to look further into it and try to make the necessary changes if Cheers. JP On 3 June 2016 at 14:17, Thomas Dodson notifications@github.com wrote:
|
|
Thanks; very useful. I grabbed a code snippet from one of your earlier commits, tested it on my local copy of the repo, then committed the changes and pushed them to master. |
|
Great :)
|
Hi Thomas,
After trying your code locally on my machine, I only got the German voice. I think it's because the names of the speakers have changed. So here is my suggestion using the language (which should be standard).
By the way, this is my first pull request, so let me know if things didn't go as expected!
Cheers,
JP