Skip to content

Commit 779ec30

Browse files
committed
Add release notes for 1.44
1 parent 50130c3 commit 779ec30

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,62 @@ ms.author: eur
99
> [!IMPORTANT]
1010
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
1111
12+
### Speech SDK 1.44: 2025-April release
13+
14+
> [!NOTE]
15+
> Notes on target platform support:
16+
> * The minimum supported Android version is now Android 8.0 (API level 26).
17+
> * Publishing Speech SDK Unity packages will be suspended after this release.
18+
19+
#### New features:
20+
* Added support for Android 16 KB memory page sizes.
21+
* Reduced the latency of SpeechStartDetected events in embedded speech recognition.
22+
* [C++, Python] Added a method to get the available size of AudioDataStream.
23+
* [C++, Python] Added support for custom lexicon URLs and preferred locales in speech synthesis requests.
24+
* [Java, Python] Added support for Azure AD token-based authentication with automatic token refresh.
25+
* [Go] Added support for Conversation Transcription.
26+
27+
#### Bug fixes
28+
* Fixed translation speech synthesis not working when source language detection was used.
29+
* Fixed file paths with non-ASCII characters not working for embedded speech models, KWS models, or log files (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2288).
30+
* Fixed a NoMatch loop in embedded speech recognition in certain conditions.
31+
* Fixed the destructor of native objects being blocked due to recognition not marked as stopped when events are disconnected.
32+
* Fixed IntentRecognizer pattern matching not working correctly with multi-byte characters in certain conditions.
33+
* Calling Close() on a Connection object was not synchronous.
34+
* Fixed a race condition in connection deallocation that could lead to a crash.
35+
* [macOS] Fixed "Info:" messages appearing on the console (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2610).
36+
37+
#### Samples
38+
* [Python] Added sample code for recognizer using Azure AD token credentials.
39+
40+
### Speech SDK for JavaScript
41+
42+
#### New features:
43+
* Updated TranslationRecognizer to use V2 endpoints by default.
44+
* Updated SpeechRecongizer to use V2 endpoints.
45+
* This will result in no longer receiving NoMatch results.
46+
* Added support for Azure AD token-based authentication for Speech Recognition and Translation.
47+
* Updated FromEndpoint API to be the recommended method for constructing a SpeechConfig for most scenarios.
48+
* Applies to using:
49+
* SpeechRecognizer
50+
* TranslationRecognizer (via SpeechTranslationConfig)
51+
* ConversationTranscriber
52+
* SpeechSynthesizer
53+
* You can now use the Endpoint from the Azure Portal for Speech and Cognitive Services resources to construct a SpeechConfig object.
54+
* All other methods to construct a SpeechConfig continue to function and are supported.
55+
56+
##### Bug fixes
57+
* Fixed an infinite connection retry loop on unsupported connection closing codes (https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/896).
58+
59+
### Speech CLI (aka SPX)
60+
61+
#### New features
62+
* Added support for authentication with Azure AD token credentials.
63+
* Added support for the Fast transcription API.
64+
65+
##### Bug fixes
66+
* Fixed non-working semicolon-separated input URLs and input file/URL lists from a file.
67+
1268
### Speech SDK 1.43: 2025-March release
1369

1470
> [!NOTE]

0 commit comments

Comments
 (0)