-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
get supported "en-\*" voices; when specifying "no", you | ||
will get supported "no-\*" (Norwegian) and "nb-*" | ||
get supported "en-*" voices; when specifying "no", you | ||
will get supported "no-*" (Norwegian) and "nb-*" | ||
(Norwegian Bokmal) voices; specifying "zh" will also get | ||
supported "cmn-*" voices; specifying "zh-hk" will also | ||
get supported "yue-\*" voices. | ||
get supported "yue-*" voices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why the synth replace isn't working for this, but this is the reason for the docs failure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, the autosynth PR also has the same thing:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I figured it out:
- "((en)|(no)|(nb)(cmn)|(yue))-\*",
+ "((en)|(no)|(nb)|(cmn)|(yue))-\*",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it's green!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo! Thank you! 😁
8e83840
to
d7258d8
Compare
We can merge this, but isn't it better to have autosynth do the job? It'll have a better changelig I think. |
I'm open to merge this, but in that case, let's have a better commit logs and PR description. |
@busunkim96 I updated the PR title and description. How does it look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tmatsuo, could you bump these two dependencies in setup.py? They are needed for some of the new changes in this PR.
'google-api-core[grpc] >= 1.22.0, < 2.0.0dev',
'proto-plus >= 1.4.0',
This PR is created by rebasing on top of googleapis#74 then manually run the synthtool.
I added |
🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://github.com/googleapis/python-texttospeech/compare/v2.1.0...v2.2.0) (2020-08-10) ### Features * incorporate upstream changes ([#73](https://github.com/googleapis/python-texttospeech/issues/73)) ([8ee5447](https://github.com/googleapis/python-texttospeech/commit/8ee544740f18497d9925bcf77e5ab96695503589)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Upstream change:
googleapis/googleapis@a94df49