You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/release-notes/release-notes-containers.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ ms.date: 4/28/2025
6
6
ms.author: eur
7
7
---
8
8
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.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/speech-container-ntts.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The fully qualified container image name is, `mcr.microsoft.com/azure-cognitive-
31
31
| Version | Path |
32
32
|-----------|------------|
33
33
| 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. |
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/speech-container-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following table lists the Speech containers available in the Microsoft Conta
25
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
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
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). |
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). |
29
29
30
30
<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.
0 commit comments