Skip to content

Commit c0e87ce

Browse files
committed
Release Notes Udpate
1 parent 6c06c08 commit c0e87ce

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ ms.topic: include
55
ms.date: 08/01/2024
66
ms.author: eur
77
---
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.
17+
* https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2564
18+
* https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2571
19+
* https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2590
20+
* 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.
24+
* Fixed type hints in Python.
25+
https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2539
26+
* Fixed not being able to fetch the list of TTS voices when using a custom endpoint.
27+
* Fixed embedded TTS re-initializing for every speak request when the voice is specified by a short name.
28+
* Fixed the API reference documentation for the max duration of RecognizeOnce audio.
29+
* Fixed error handling arbitary sampling rates in JavaScript
30+
* Thanks to [rseanhall](https://github.com/rseanhall) for this contribution.
31+
* Fixed error caculating the audio offset in JavaScript
32+
* Thanks to [motamed](https://github.com/motamed) for this contribution.
33+
34+
#### Breaking Changes
35+
* Keyword recognition support on Windows ARM 32-bit has been removed due to the required ONNX runtime not available for this platform.
836

937
### Speech SDK 1.40: 2024-August release
1038

0 commit comments

Comments
 (0)