Skip to content

Commit 49e483e

Browse files
Merge pull request #4352 from eric-urban/eur/containers-release
containers release notes updates
2 parents a14af18 + a1ad5fd commit 49e483e

File tree

7 files changed

+51
-28
lines changed

7 files changed

+51
-28
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22
author: eric-urban
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 2/24/2025
5+
ms.date: 4/28/2025
66
ms.author: eur
77
---
88

9+
### 2025-March release
10+
11+
Add support for the latest model versions:
12+
- Neural text to speech 3.9.0
13+
- Speech to text 5.0.1 (Preview)
14+
- Custom speech to text 5.0.1 (Preview)
15+
16+
For speech to text and custom speech to text, the following features are included:
17+
- Support for new speech to text models
18+
- Operating system change to Azure Linux 3.0
19+
- Support for new locales: ar-dz, as-in, es-gq or-in, pa-in and ur-in
20+
- Decoder update
21+
- Ability to use newer custom models (2023+) in container
22+
23+
For text to speech, added support for new neural voices: `en-GB-OliviaNeural`, `en-US-ChristopherNeural` and `nl-NL-FennaNeural`.
24+
925
### 2025-February release
1026

1127
Add support for the latest model versions:

articles/ai-services/speech-service/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: eric-urban
77
ms.author: eur
88
ms.service: azure-ai-speech
99
ms.topic: release-notes
10-
ms.date: 4/7/2025
10+
ms.date: 4/28/2025
1111
ms.custom: references_regions
1212
# Customer intent: As a developer, I want to learn about new releases and features for Azure AI Speech.
1313
---

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-speech
88
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 3/10/2025
10+
ms.date: 4/28/2025
1111
ms.author: eur
1212
zone_pivot_groups: programming-languages-speech-sdk-cli
1313
keywords: on-premises, Docker, container
@@ -48,15 +48,21 @@ The tags are also available [in JSON format](https://mcr.microsoft.com/v2/azure-
4848
"name": "azure-cognitive-services/speechservices/custom-speech-to-text",
4949
"tags": [
5050
<--redacted for brevity-->
51+
"4.0.0-amd64",
52+
"4.1.0-amd64",
53+
"4.10.0-amd64",
54+
"4.11.0-amd64",
55+
"4.12.0-amd64",
56+
"4.2.0-amd64",
57+
"4.3.0-amd64",
5158
"4.4.0-amd64",
5259
"4.5.0-amd64",
5360
"4.6.0-amd64",
5461
"4.7.0-amd64",
5562
"4.8.0-amd64",
5663
"4.9.0-amd64",
57-
"4.10.0-amd64",
58-
"4.11.0-amd64",
59-
"4.12.0-amd64",
64+
"5.0.0-preview-amd64",
65+
"5.0.1-preview-amd64",
6066
"latest"
6167
]
6268
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-speech
88
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 3/10/2025
10+
ms.date: 4/28/2025
1111
ms.author: eur
1212
zone_pivot_groups: programming-languages-speech-sdk-cli
1313
keywords: on-premises, Docker, container

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-speech
88
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 3/10/2025
10+
ms.date: 4/28/2025
1111
ms.author: eur
1212
zone_pivot_groups: programming-languages-speech-sdk-cli
1313
keywords: on-premises, Docker, container
@@ -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.7.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.7.0-amd64-en-us-arianeural` |
34+
| 3.9.0 | `mcr.microsoft.com/azure-cognitive-services/speechservices/neural-text-to-speech:3.9.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,19 @@ 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.7.0-amd64-uk-ua-ostapneural",
50-
"3.7.0-amd64-zh-cn-xiaochenneural-preview",
51-
"3.7.0-amd64-zh-cn-xiaohanneural",
52-
"3.7.0-amd64-zh-cn-xiaomoneural",
53-
"3.7.0-amd64-zh-cn-xiaoqiuneural-preview",
54-
"3.7.0-amd64-zh-cn-xiaoruineural",
55-
"3.7.0-amd64-zh-cn-xiaoshuangneural-preview",
56-
"3.7.0-amd64-zh-cn-xiaoxiaoneural",
57-
"3.7.0-amd64-zh-cn-xiaoyanneural-preview",
58-
"3.7.0-amd64-zh-cn-xiaoyouneural",
59-
"3.7.0-amd64-zh-cn-yunxineural",
60-
"3.7.0-amd64-zh-cn-yunyangneural",
61-
"3.7.0-amd64-zh-cn-yunyeneural",
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",
6262
"latest"
6363
]
6464
}

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 3/10/2025
9+
ms.date: 4/28/2025
1010
ms.author: eur
1111
keywords: on-premises, Docker, container
1212
# Customer intent: As a developer, I want to learn about the Speech containers available in the Microsoft Container Registry (MCR).
@@ -22,12 +22,13 @@ The following table lists the Speech containers available in the Microsoft Conta
2222

2323
| Container | Features | Supported versions and locales |
2424
|--|--|--|
25-
| [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/>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).|
26-
| [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/>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). |
27-
| [Speech language identification](speech-container-lid.md)<sup>1, 2</sup> | Detects the language spoken in audio files. | Latest: 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.7.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). |
25+
| [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).|
26+
| [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). |
27+
| [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). |
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.
31+
3132
<sup>2</sup> Not available as a disconnected container.
3233

3334
## Request approval to run containers disconnected from the internet

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-speech
88
ms.custom: devx-track-extended-java, devx-track-go, devx-track-js, devx-track-python
99
ms.topic: how-to
10-
ms.date: 3/10/2025
10+
ms.date: 4/28/2025
1111
ms.author: eur
1212
zone_pivot_groups: programming-languages-speech-sdk-cli
1313
keywords: on-premises, Docker, container

0 commit comments

Comments
 (0)