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-sdk.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,36 @@
2
2
author: eric-urban
3
3
ms.service: azure-ai-speech
4
4
ms.topic: include
5
-
ms.date: 11/01/2023
5
+
ms.date: 08/01/2024
6
6
ms.author: eur
7
7
---
8
8
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.
0 commit comments