You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program uses trial auth token of Azure Cognitive Services to do speech synthesis for you
63
63
@@ -92,9 +92,13 @@ options:
92
92
Options for --text:
93
93
-p PITCH, --pitch PITCH
94
94
Set pitch, default to 0
95
-
-r RATE, --rate RATE Set speech rate, default to 0.04
95
+
-r RATE, --rate RATE Set speech rate, default to 0
96
96
-S STYLE, --style STYLE
97
97
Set speech style, default to "general"
98
+
-R ROLE, --role ROLE Set speech role. This only works for some Chinese voices! Available values are Girl, Boy, YoungAdultFemale, YoungAdultMale, OlderAdultFemale, OlderAdultMale,
99
+
SeniorFemale, SeniorMale.
100
+
-d STYLE_DEGREE, --style-degree STYLE_DEGREE
101
+
Set speech style degree, range: [0.01, 2]. This only works for some Chinese voices!
98
102
```
99
103
100
104
- If you don't specify `-o`, we will use your default speaker.
@@ -108,9 +112,8 @@ Options for --text:
108
112
- The default value is 0.
109
113
- Rate is also a float value.
110
114
- It is usually between -1 and 2.
111
-
- The default value is 0.04.
112
-
- This value is different from the speaking speed field on the trial page.
113
-
- The value 0.04 is the normal speech rate, corresponding to default speaking speed on the trial page.
115
+
- The default value is 0.
116
+
- Note that this value is different from the speaking speed field on the trial page.
0 commit comments