Skip to content

Commit 1d9d01f

Browse files
Merge pull request #5354 from eric-urban/eur/may-containers
ntts 3.10.0 container
2 parents 6d9ee2c + 125ab9f commit 1d9d01f

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

articles/ai-services/speech-service/includes/release-notes/release-notes-containers.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ ms.date: 4/28/2025
66
ms.author: eur
77
---
88

9+
### 2025-May release
10+
11+
Add support for the latest model versions:
12+
- [Neural text to speech 3.10.0](../../speech-container-ntts.md)
13+
14+
For text to speech:
15+
- Updated the text to speech backend and frontend engine to the latest versions.
16+
- Added support for multilingual custom lexicons.
17+
- Improved the health check functionality. The health check endpoint is now `/synthesize/health`. When the service is healthy, this endpoint returns HTTP status 200; if the service is unhealthy, it returns HTTP status 503.
18+
- Updated the base image to AspNet 8.0.16 to address security vulnerabilities from the March/April 2025 Microsoft ASP.NET Core Security Update.
19+
920
### 2025-March release
1021

1122
Add support for the latest model versions:

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-
3131
| Version | Path |
3232
|-----------|------------|
3333
| 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. |
34-
| 3.9.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.9.0-amd64-en-us-arianeural` |
34+
| 3.10.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.10.0-amd64-en-us-arianeural` |
3535

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

@@ -46,19 +46,20 @@ The tags are also available [in JSON format](https://mcr.microsoft.com/v2/azure-
4646
"name": "azure-cognitive-services/speechservices/neural-text-to-speech",
4747
"tags": [
4848
<--redacted for brevity-->
49-
"3.9.0-amd64-uk-ua-ostapneural",
50-
"3.9.0-amd64-zh-cn-xiaochenneural-preview",
51-
"3.9.0-amd64-zh-cn-xiaohanneural",
52-
"3.9.0-amd64-zh-cn-xiaomoneural",
53-
"3.9.0-amd64-zh-cn-xiaoqiuneural-preview",
54-
"3.9.0-amd64-zh-cn-xiaoruineural",
55-
"3.9.0-amd64-zh-cn-xiaoshuangneural-preview",
56-
"3.9.0-amd64-zh-cn-xiaoxiaoneural",
57-
"3.9.0-amd64-zh-cn-xiaoyanneural-preview",
58-
"3.9.0-amd64-zh-cn-xiaoyouneural",
59-
"3.9.0-amd64-zh-cn-yunxineural",
60-
"3.9.0-amd64-zh-cn-yunyangneural",
61-
"3.9.0-amd64-zh-cn-yunyeneural",
49+
"3.10.0-amd64-tr-tr-emelneural",
50+
"3.10.0-amd64-uk-ua-ostapneural",
51+
"3.10.0-amd64-zh-cn-xiaochenneural-preview",
52+
"3.10.0-amd64-zh-cn-xiaohanneural",
53+
"3.10.0-amd64-zh-cn-xiaomoneural",
54+
"3.10.0-amd64-zh-cn-xiaoqiuneural-preview",
55+
"3.10.0-amd64-zh-cn-xiaoruineural",
56+
"3.10.0-amd64-zh-cn-xiaoshuangneural-preview",
57+
"3.10.0-amd64-zh-cn-xiaoxiaoneural",
58+
"3.10.0-amd64-zh-cn-xiaoyanneural-preview",
59+
"3.10.0-amd64-zh-cn-xiaoyouneural",
60+
"3.10.0-amd64-zh-cn-yunxineural",
61+
"3.10.0-amd64-zh-cn-yunyangneural",
62+
"3.10.0-amd64-zh-cn-yunyeneural",
6263
"latest"
6364
]
6465
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table lists the Speech containers available in the Microsoft Conta
2525
| [Speech to text](speech-container-stt.md) | Transcribes continuous real-time speech or batch audio recordings with intermediate results. | Latest: 4.12.0<br/><br/>Latest preview: 5.0.1<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).|
2626
| [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.12.0<br/><br/>Latest preview: 5.0.1<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). |
2727
| [Speech language identification](speech-container-lid.md)<sup>1, 2</sup> | Detects the language spoken in audio files. | Latest preview: 1.18.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). |
28-
| [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.9.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). |
28+
| [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.10.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). |
2929

3030
<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.
3131

0 commit comments

Comments
 (0)