Skip to content

Commit 2128cd0

Browse files
Update how-to-migrate-to-custom-neural-voice.md
1 parent 5d0f812 commit 2128cd0

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

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

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ ms.author: v-baolianzou
1919
2020
The custom neural voice lets you build higher-quality voice models while requiring less data. You can develop more realistic, natural, and conversational voices. Your customers and end users will benefit from the latest Text-to-Speech technology, in a responsible way.
2121

22-
|Custom voice |Custom neural voice |
22+
|Custom voice |Custom neural voice |
2323
|--|--|
2424
| The standard, or "traditional," method of custom voice breaks down spoken language into phonetic snippets that can be remixed and matched using classical programming or statistical methods. | Custom neural voice synthesizes speech using deep neural networks that have "learned" the way phonetics are combined in natural human speech rather than using classical programming or statistical methods.|
25-
| Custom voice requires a large volume of voice data to produce a more human-like voice model. With fewer recorded lines, a standard custom voice model will tend to sound more obviously robotic. |The custom neural voice capability enables you to create a unique brand voice in multiple languages and styles by using a small set of recordings.|
25+
| Custom voice<sup>1</sup> requires a large volume of voice data to produce a more human-like voice model. With fewer recorded lines, a standard custom voice model will tend to sound more obviously robotic. |The custom neural voice capability enables you to create a unique brand voice in multiple languages and styles by using a small set of recordings.|
26+
27+
<sup>1</sup> When creating a custom voice model, the maximum number of data files allowed to be imported per subscription is 10 .zip files for free subscription (F0) users, and 500 for standard subscription (S0) users.
2628

2729
## Action required
2830

@@ -90,6 +92,68 @@ If you've created a custom voice font, use the endpoint that you've created. You
9092
| West US | `https://westus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
9193
| West US 2 | `https://westus2.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
9294

95+
## Custom Text-to-Speech container image tags
96+
97+
The [Custom Text-to-Speech][sp-ctts] container image can be found on the `mcr.microsoft.com` container registry syndicate. It resides within the `azure-cognitive-services/speechservices/` repository and is named `custom-text-to-speech`. The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-services/speechservices/custom-text-to-speech`. You can also find a full list of [tags on the MCR](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/custom-text-to-speech/tags/list).
98+
99+
100+
# [Latest version](#tab/current)
101+
102+
Release note for `1.15.0-amd64`:
103+
104+
Regular monthly release
105+
106+
| Image Tags | Notes | Digest |
107+
|-------------------------------|:------|:--------------------------------------------------------------------------|
108+
| `latest` | | `sha256:06eef68482a917a5c405b61146dc159cff6aef0bd8e13cfd8f669a79c6b1a071` |
109+
| `1.15.0-amd64` | | `sha256:06eef68482a917a5c405b61146dc159cff6aef0bd8e13cfd8f669a79c6b1a071` |
110+
111+
112+
# [Previous version](#tab/previous)
113+
114+
Release note for `1.14.1-amd64`:
115+
116+
Regular monthly release
117+
118+
Release note for `1.13.0-amd64`:
119+
120+
**Fixes**
121+
* Keep user's inputs case-sensitive.
122+
123+
Release note for `1.12.0-amd64`:
124+
125+
Regular monthly release
126+
127+
Release note for `1.11.0-amd64`:
128+
129+
**Features**
130+
* More error details for issues when fetching custom models by ID.
131+
132+
Release note for `1.9.0-amd64`:
133+
134+
Regular monthly release
135+
136+
Release note for `1.8.0-amd64`:
137+
138+
**Features**
139+
* Fully migrated to .NET 3.1
140+
141+
Release note for `1.7.0-amd64`:
142+
143+
**Features**
144+
* Partially migrated to .NET 3.1
145+
146+
| Image Tags | Notes |
147+
|-------------------------------|:--------------------|
148+
| `1.13.0-amd64` | |
149+
| `1.12.0-amd64` | |
150+
| `1.11.0-amd64` | |
151+
| `1.9.0-amd64` | |
152+
| `1.8.0-amd64` | |
153+
| `1.7.0-amd64` | 1st GA version |
154+
155+
---
156+
93157
## Next steps
94158

95159
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)