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
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/custom-neural-voice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The following articles help you start using this feature:
51
51
| Voice talent | Individuals or target speakers whose voices are recorded and used to create voice models. These voice models are intended to sound like the voice talent’s voice.|
52
52
| Standard text-to-speech | The standard, or "traditional," method of text-to-speech. This method breaks down spoken language into phonetic snippets so that they can be remixed and matched by using classical programming or statistical methods.|
53
53
| Neural text-to-speech | This method synthesizes speech by using deep neural networks. These networks have "learned" the way phonetics are combined in natural human speech, rather than using procedural programming or statistical methods. In addition to the recordings of a target voice talent, neural text-to-speech uses a source library or base model that is built with voice recordings from many different speakers. |
54
-
| Training data | A custom neural voice training dataset that includes the audio recordings of the voice talent, and the associated text transcriptions.|
54
+
| Training data | A Custom Neural Voice training dataset that includes the audio recordings of the voice talent, and the associated text transcriptions.|
55
55
| Persona | A persona describes who you want this voice to be. A good persona design will inform all voice creation. This might include choosing an available voice model already created, or starting from scratch by casting and recording a new voice talent.|
56
56
| Script | A script is a text file that contains the utterances to be spoken by your voice talent. (The term *utterances* encompasses both full sentences and shorter phrases.)|
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-services-quotas-and-limits.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,18 +87,18 @@ In the following tables, the parameters without the **Adjustable** row aren't ad
87
87
| Max text length | N/A | 10000 paragraphs |
88
88
| Start time | N/A | 10 tasks or 10000 characters accumulated |
89
89
90
-
#### Custom neural voice
90
+
#### Custom Neural Voice
91
91
92
92
| Quota | Free (F0)<sup>3</sup> | Standard (S0) |
93
93
|--|--|--|
94
94
| Max number of transactions per second (TPS) per Speech service resource | See [General](#general)| See [General](#general)|
95
-
| Max number of datasets per Speech resource | 10 | 500 |
96
-
| Max number of simultaneous dataset uploads per Speech resource | 2 | 5 |
95
+
| Max number of datasets per Speech service resource | 10 | 500 |
96
+
| Max number of simultaneous dataset uploads per Speech service resource | 2 | 5 |
97
97
| Max data file size for data import per dataset | 2 GB | 2 GB |
98
98
| Upload of long audios or audios without script | No | Yes |
99
-
| Max number of simultaneous model trainings per Speech resource | N/A | 3 |
100
-
| Max number of custom endpoints per Speech resource | N/A | 50 |
101
-
|*Concurrent request limit for custom neural voice*|||
99
+
| Max number of simultaneous model trainings per Speech service resource | N/A | 3 |
100
+
| Max number of custom endpoints per Speech service resource | N/A | 50 |
101
+
|*Concurrent request limit for Custom Neural Voice*|||
102
102
| Default value | N/A | 10 |
103
103
| Adjustable | N/A | Yes<sup>5</sup> |
104
104
@@ -199,7 +199,7 @@ Generally, it's a very good idea to test the workload and the workload patterns
199
199
200
200
### Text-to-speech: increase concurrent request limit for custom neural voices
201
201
202
-
By default, the number of concurrent requests for custom neural voice endpoints is limited to 10. For the standard pricing tier, you can increase this amount. Before submitting the request, ensure that you're familiar with the material discussed earlier in this article, such as the best practices to mitigate throttling.
202
+
By default, the number of concurrent requests for Custom Neural Voice endpoints is limited to 10. For the standard pricing tier, you can increase this amount. Before submitting the request, ensure that you're familiar with the material discussed earlier in this article, such as the best practices to mitigate throttling.
203
203
204
204
Increasing the limit of concurrent requests doesn't directly affect your costs. Speech service uses a payment model that requires that you pay only for what you use. The limit defines how high the service can scale before it starts throttle your requests.
0 commit comments