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
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,62 @@ ms.author: eur
9
9
> [!IMPORTANT]
10
10
> 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).
11
11
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.
0 commit comments