Skip to content

Commit a9614c3

Browse files
committed
supported ntts containers
1 parent e4bbd2f commit a9614c3

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

articles/ai-services/speech-service/speech-container-ntts.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-
3030
| Version | Path |
3131
|-----------|------------|
3232
| Latest | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:latest`<br/><br/>The `latest` tag pulls the `en-US` locale and `en-us-arianeural` voice. |
33-
| 3.0.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.0.0-amd64-mr-in` |
33+
| 3.1.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.1.0-amd64-en-us-arianeural` |
3434

3535
All tags, except for `latest`, are in the following format and are case sensitive:
3636

@@ -44,19 +44,27 @@ The tags are also available [in JSON format](https://mcr.microsoft.com/v2/azure-
4444
{
4545
"name": "azure-cognitive-services/speechservices/neural-text-to-speech",
4646
"tags": [
47-
"1.10.0-amd64-cs-cz-antoninneural",
48-
"1.10.0-amd64-cs-cz-vlastaneural",
49-
"1.10.0-amd64-de-de-conradneural",
50-
"1.10.0-amd64-de-de-katjaneural",
51-
"1.10.0-amd64-en-au-natashaneural",
47+
<--redacted for brevity-->
48+
"3.1.0-amd64-en-us-arianeural",
49+
"3.1.0-amd64-en-us-guyneural",
50+
"3.1.0-amd64-en-us-jennymultilingualneural",
51+
"3.1.0-amd64-en-us-jennyneural",
52+
"3.1.0-amd64-en-us-michelleneural",
53+
"3.1.0-amd64-es-es-alvaroneural",
54+
"3.1.0-amd64-es-es-elviraneural",
55+
"3.1.0-amd64-es-mx-candelaneural",
56+
"3.1.0-amd64-es-mx-dalianeural",
57+
"3.1.0-amd64-es-mx-jorgeneural",
5258
<--redacted for brevity-->
5359
"latest"
5460
]
5561
}
5662
```
5763

5864
> [!IMPORTANT]
59-
> We retired the standard speech synthesis voices and standard [text to speech](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/text-to-speech/tags) container on August 31, 2021. You should use neural voices with the [neural-text to speech](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) container instead. For more information on updating your application, see [Migrate from standard voice to prebuilt neural voice](./how-to-migrate-to-prebuilt-neural-voice.md).
65+
> We retired the standard speech synthesis voices and standard [text to speech](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/text-to-speech/tags) container on August 31, 2021. You should use neural voices with the [neural-text-to-speech](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) container version 3.0 and higher instead.
66+
>
67+
> Starting from February 29, 2024, the text to speech and neural text to speech container versions 2.19 and earlier aren't supported. For more information on updating your application, see [Migrate from standard voice to prebuilt neural voice](./how-to-migrate-to-prebuilt-neural-voice.md).
6068
6169
## Get the container image with docker pull
6270

articles/ai-services/speech-service/speech-container-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the Speech containers available in the Microsoft Conta
2424
| [Speech to text](speech-container-stt.md) | Transcribes continuous real-time speech or batch audio recordings with intermediate results. | Latest: 4.6.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list).|
2525
| [Custom speech to text](speech-container-cstt.md) | Using a custom model from the [custom speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | Latest: 4.6.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/custom-speech-to-text/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/speech-to-text/tags/list). |
2626
| [Speech language identification](speech-container-lid.md)<sup>1, 2</sup> | Detects the language spoken in audio files. | Latest: 1.12.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/language-detection/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/language-detection/tags/list). |
27-
| [Neural text to speech](speech-container-ntts.md) | Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | Latest: 3.0.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/neural-text-to-speech/tags/list). |
27+
| [Neural text to speech](speech-container-ntts.md) | Converts text to natural-sounding speech by using deep neural network technology, which allows for more natural synthesized speech. | Latest: 3.1.0<br/><br/>For all supported versions and locales, see the [Microsoft Container Registry (MCR)](https://mcr.microsoft.com/product/azure-cognitive-services/speechservices/neural-text-to-speech/tags) and [JSON tags](https://mcr.microsoft.com/v2/azure-cognitive-services/speechservices/neural-text-to-speech/tags/list). |
2828

2929
<sup>1</sup> The container is available in public preview. Containers in preview are still under development and don't meet Microsoft's stability and support requirements.
3030
<sup>2</sup> Not available as a disconnected container.

0 commit comments

Comments
 (0)