Skip to content

Commit 6e2d2b7

Browse files
committed
edit pass
1 parent 733253e commit 6e2d2b7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/cognitive-services/Speech-Service/custom-neural-voice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following articles help you start using this feature:
5151
| 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.|
5252
| 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.|
5353
| 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.|
5555
| 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.|
5656
| 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.)|
5757

articles/cognitive-services/Speech-Service/speech-services-quotas-and-limits.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,18 @@ In the following tables, the parameters without the **Adjustable** row aren't ad
8787
| Max text length | N/A | 10000 paragraphs |
8888
| Start time | N/A | 10 tasks or 10000 characters accumulated |
8989

90-
#### Custom neural voice
90+
#### Custom Neural Voice
9191

9292
| Quota | Free (F0)<sup>3</sup> | Standard (S0) |
9393
|--|--|--|
9494
| 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 |
9797
| Max data file size for data import per dataset | 2 GB | 2 GB |
9898
| 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* | | |
102102
| Default value | N/A | 10 |
103103
| Adjustable | N/A | Yes<sup>5</sup> |
104104

@@ -199,7 +199,7 @@ Generally, it's a very good idea to test the workload and the workload patterns
199199

200200
### Text-to-speech: increase concurrent request limit for custom neural voices
201201

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.
203203

204204
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.
205205

0 commit comments

Comments
 (0)