This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ async def list_voices(
113113 only return voices that can be used to synthesize this
114114 language_code. E.g. when specifying "en-NZ", you will
115115 get supported "en-\*" voices; when specifying "no", you
116- will get supported "no-\*" (Norwegian) and "nb-*"
116+ will get supported "no-\*" (Norwegian) and "nb-\ *"
117117 (Norwegian Bokmal) voices; specifying "zh" will also get
118- supported "cmn-*" voices; specifying "zh-hk" will also
118+ supported "cmn-\ *" voices; specifying "zh-hk" will also
119119 get supported "yue-\*" voices.
120120 This corresponds to the ``language_code`` field
121121 on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ class ListVoicesRequest(proto.Message):
6767 return voices that can be used to synthesize this
6868 language_code. E.g. when specifying "en-NZ", you will get
6969 supported "en-\*" voices; when specifying "no", you will get
70- supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
71- voices; specifying "zh" will also get supported "cmn-*"
70+ supported "no-\*" (Norwegian) and "nb-\ *" (Norwegian Bokmal)
71+ voices; specifying "zh" will also get supported "cmn-\ *"
7272 voices; specifying "zh-hk" will also get supported "yue-\*"
7373 voices.
7474 """
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ async def list_voices(
113113 only return voices that can be used to synthesize this
114114 language_code. E.g. when specifying "en-NZ", you will
115115 get supported "en-\*" voices; when specifying "no", you
116- will get supported "no-\*" (Norwegian) and "nb-*"
116+ will get supported "no-\*" (Norwegian) and "nb-\ *"
117117 (Norwegian Bokmal) voices; specifying "zh" will also get
118- supported "cmn-*" voices; specifying "zh-hk" will also
118+ supported "cmn-\ *" voices; specifying "zh-hk" will also
119119 get supported "yue-\*" voices.
120120 This corresponds to the ``language_code`` field
121121 on the ``request`` instance; if ``request`` is provided, this
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ class ListVoicesRequest(proto.Message):
7070 return voices that can be used to synthesize this
7171 language_code. E.g. when specifying "en-NZ", you will get
7272 supported "en-\*" voices; when specifying "no", you will get
73- supported "no-\*" (Norwegian) and "nb-*" (Norwegian Bokmal)
74- voices; specifying "zh" will also get supported "cmn-*"
73+ supported "no-\*" (Norwegian) and "nb-\ *" (Norwegian Bokmal)
74+ voices; specifying "zh" will also get supported "cmn-\ *"
7575 voices; specifying "zh-hk" will also get supported "yue-\*"
7676 voices.
7777 """
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "git@github.com:tmatsuo/python-texttospeech.git",
7- "sha": "c42e5a9bcb7f850473197dd5d36ca5fe2ca1dc54 "
7+ "sha": "40dfcdc3acbab3613b6c45793a4563ba1657b0e6 "
88 }
99 },
1010 {
You can’t perform that action at this time.
0 commit comments