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/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,40 @@ ms.date: 11/01/2022
6
6
ms.author: eur
7
7
---
8
8
9
+
### Speech SDK 1.25.0: January 2023 release
10
+
11
+
#### Breaking changes
12
+
13
+
- Language Identification (preview) APIs have been simplified. If you update to Speech SDK 1.25 and see a build break, please visit the [Language Identification (preview)](/azure/cognitive-services/speech-service/language-identification) page to learn about the new property `SpeechServiceConnection_LanguageIdMode`. This single property replaces the two previous ones `SpeechServiceConnection_SingleLanguageIdPriority` and `SpeechServiceConnection_ContinuousLanguageIdPriority`. Prioritizing between low latency and high accuracy is no longer necessary following recent model improvements. Now, you only need to select whether to run at-start or continuous Language Identification when doing continuous speech recognition or translation.
14
+
15
+
#### New features
16
+
17
+
-**C#/C++/Java**: Embedded Speech SDK is now released under gated public preview. See [Embedded Speech (preview)](/azure/cognitive-services/speech-service/embedded-speech) documentation. You can now do on-device speech-to-text and text-to-speech when cloud connectivity is intermittent or unavailable. Supported on Android, Linux, MacOS and Windows platforms
18
+
-**C# MAUI**: Support added for iOS and Mac Catalyst targets in Speech SDK NuGet ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1649))
19
+
-**Unity**: Android x86_64 architecture added to Unity package ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1715))
20
+
-**Go**:
21
+
- ALAW/MULAW direct streaming support added for speech recognition ([Customer issue](https://github.com/microsoft/cognitive-services-speech-sdk-go/issues/81))
22
+
- Added support for PhraseGrammar. Thank you GitHub user [czkoko](https://github.com/czkoko) for the community contribution!
23
+
-**C#/C++**: Intent Recognizer now supports Conversational Language Understanding models in C++ and C# with orchestration on the Microsoft service
24
+
25
+
#### Bug fixes
26
+
27
+
- Fix an occasional hang in **KeywordRecognizer** when trying to stop it
28
+
-**Python**:
29
+
- Fix for getting Pronunciation Assessment results when `PronunciationAssessmentGranularity.FullText` is set ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1763))
30
+
- Fix for gender property for Male voices not being retrieved, when getting speech synthesis voices
31
+
-**JavaScript**
32
+
- Fix for parsing some WAV files that were recorded on iOS devices ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1774))
33
+
- JS SDK now builds without using npm-force-resolutions ([Customer issue](https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/549))
34
+
- Conversation Translator now correctly sets service endpoint when using a speechConfig instance created using SpeechConfig.fromEndpoint()
35
+
36
+
#### Samples
37
+
38
+
- Added samples showing how to use Embedded Speech
39
+
- Added Speech-to-text sample for MAUI
40
+
41
+
See [Speech SDK samples repository](https://github.com/Azure-Samples/cognitive-services-speech-sdk).
42
+
9
43
### Speech SDK 1.24.2: November 2022 release
10
44
11
45
#### New features
@@ -15,13 +49,6 @@ ms.author: eur
15
49
16
50
-**All programing languages**
17
51
- Fixed an issue with encryption of embedded speech recognition models.
0 commit comments