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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,34 @@ ms.topic: include
5
5
ms.date: 08/01/2024
6
6
ms.author: eur
7
7
---
8
+
### Speech SDK 1.41.1: 2024-October release
9
+
10
+
#### New Features
11
+
* Added support for Amazon Linux 2023 and Azure Linux 3.0.
12
+
* Added public property id SpeechServiceConnection_ProxyHostBypass to specify hosts for which proxy is not used.
13
+
* Added properties to control new phrase segmentation strategies. Look for updates from the [Speech To Text Service release notes](../../releasenotes#speech-to-text-service) as service support is rolled out.
14
+
15
+
#### Bug Fixes
16
+
* Fixed incomplete support for the new format of keyword recognition Advanced models.
* Note that with Swift on iOS your project must use either MicrosoftCognitiveServicesSpeech-EmbeddedXCFramework-1.41.1.zip (from https://aka.ms/csspeech/iosbinaryembedded) or the MicrosoftCognitiveServicesSpeechEmbedded-iOS pod that include the Advanced model support.
21
+
* Fixed a memory leak in C# related to string usage.
22
+
* Fixed not being able to get SPXAutoDetectSourceLanguageResult from SPXConversationTranscriptionResult in Objective-C and Swift.
23
+
* Fixed an occasional crash when using the Microsoft Audio Stack in recognition.
0 commit comments