Skip to content

Commit 9e3320b

Browse files
committed
add release notes for the 1.40.0 sdk release.
1 parent 177dc7b commit 9e3320b

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
author: eric-urban
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 01/08/2022
5+
ms.date: 08/01/2024
66
ms.author: eur
77
---
88

9+
### Speech CLI 1.40.0: August 2024 release
10+
Updated to use Speech SDK 1.40.0
11+
#### New features
12+
* none
13+
#### Bug fixes
14+
* none
15+
916
### Speech CLI 1.38.0: June 2024 release
1017
Updated to use Speech SDK 1.38.0
1118
#### New features
@@ -38,7 +45,7 @@ Updated to use Speech SDK 1.35.0
3845
Updated to use Speech SDK 1.34.0
3946

4047
### Speech CLI 1.33.0: October 2023 release
41-
Updated to use Speech SDK 1.34.0
48+
Updated to use Speech SDK 1.33.0
4249

4350
### Speech CLI 1.31.0: August 2023 release
4451

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

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,36 @@
22
author: eric-urban
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 11/01/2023
5+
ms.date: 08/01/2024
66
ms.author: eur
77
---
88

9-
### Upcoming plans for Linux and Android users:
9+
### Speech SDK 1.40: 2024-August release
10+
11+
Note: 1.39.0 is not missing, it was a internal release.
12+
13+
#### New features
14+
15+
* Added support for streaming of G.722 compressed audio in speech recognition.
16+
* Added support for pitch, rate and volume setting in input text streaming in speech synthesis.
17+
* Added support for personal voice input text streaming by introducing PersonalVoiceSynthesisRequest in speech synthesis. Note: This API is in preview and may be subject to change in future versions.
18+
* Added support for diarization of intermediate results when ConversationTranscriber is used.
19+
* Removed CentOS/RHEL 7 support due to CentOS 7 EOL and the end of RHEL 7 Maintenance Support 2.
20+
* Use of embedded speech models now requires a model license instead of a model key. If you are an existing embedded speech customer and want to upgrade, please contact your support person at Microsoft for details on model updates.
21+
22+
#### Bug fixes
23+
24+
* Built Speech SDK binaries for Windows with the _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR flag as mitigation for the Visual C++ runtime issue Access violation with std::mutex::lock after upgrading to VS 2022 version 17.10.0 - Developer Community (visualstudio.com). Note that Windows C++ applications using the Speech SDK may need to apply the same build configuration flag if their code uses std::mutex (see details in the linked issue).
25+
* Fixed OpenSSL 3.x detection not working on Linux arm64 (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2420).
26+
* Fixed the issue that when deploying a UWP app, libraries and model from MAS NuGet package wouldn't get copied to the deployment location.
27+
* Fixed a content provider conflict in Android packages (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2463).
28+
* Fixed postprocessing options not applying to intermediate speech recognition results.
29+
* Fixed .NET 8 warning about distribution specific runtime identifiers (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2244).
30+
31+
#### Samples
32+
33+
* Updated embedded speech samples to use a model license instead of a key.
34+
1035

1136
### Speech SDK 1.38.0: 2024-June release
1237

0 commit comments

Comments
 (0)