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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,21 @@ ms.author: eur
7
7
---
8
8
9
9
> [!IMPORTANT]
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).
10
+
> Content assessment (preview) via the Speech SDK is being retired in July 2025. Instead, you can use Azure OpenAI models to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
11
11
12
12
### Speech SDK 1.44: 2025-April release
13
13
14
-
> [!NOTE]
15
-
> Notes on target platform support:
14
+
> [!IMPORTANT]
15
+
> Support for target platforms is changing:
16
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.
17
+
> *The publishing of Speech SDK Unity packages are suspended after this release.
18
18
19
19
#### New features:
20
20
* Added support for Android 16 KB memory page sizes.
21
21
* Reduced the latency of SpeechStartDetected events in embedded speech recognition.
22
22
*[C++, Python] Added a method to get the available size of AudioDataStream.
23
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.
24
+
*[Java, Python] Added support for Microsoft Entra token-based authentication with automatic token refresh.
25
25
*[Go] Added support for Conversation Transcription.
26
26
27
27
#### Bug fixes
@@ -30,37 +30,37 @@ ms.author: eur
30
30
* Fixed a NoMatch loop in embedded speech recognition in certain conditions.
31
31
* Fixed the destructor of native objects being blocked due to recognition not marked as stopped when events are disconnected.
32
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.
33
+
* Calling `Close()` on a Connection object wasn't synchronous.
34
34
* Fixed a race condition in connection deallocation that could lead to a crash.
35
35
*[macOS] Fixed "Info:" messages appearing on the console (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2610).
36
36
37
37
#### Samples
38
-
*[Python] Added sample code for recognizer using Azure AD token credentials.
38
+
*[Python] Added sample code for `recognizer` using Microsoft Entra token credentials.
39
39
40
40
### Speech SDK for JavaScript
41
41
42
42
#### New features:
43
43
* Updated development dependency: TypeScript 3.5.3 → 4.5
44
44
* Updated TranslationRecognizer to use V2 endpoints by default.
45
45
* Updated SpeechRecongizer to use V2 endpoints.
46
-
* This will result in no longer receiving NoMatch results.
47
-
* Added support for Azure AD token-based authentication for Speech Recognition and Translation.
46
+
* This results in no longer receiving NoMatch results.
47
+
* Added support for Microsoft Entra token-based authentication for Speech Recognition and Translation.
48
48
* Updated FromEndpoint API to be the recommended method for constructing a SpeechConfig for most scenarios.
0 commit comments