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
+35-7Lines changed: 35 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,41 @@ 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
+
- Usage of Language Identification (preview) has been simplified. If you update to 1.25 and have a build break, please visit the [Language Identification (preview)](/azure/cognitive-services/speech-service/language-identification) page to learn what has changed. In particular, the two properties `SpeechServiceConnection_SingleLanguageIdPriority` and `SpeechServiceConnection_ContinuousLanguageIdPriority` have
14
+
been removed and replaced by a single property `SpeechServiceConnection_LanguageIdMode`.
15
+
16
+
#### New features
17
+
18
+
-**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
19
+
-**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))
20
+
-**Unity**: Android x86_64 architecture added to Unity package ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1715))
21
+
-**Go**:
22
+
- ALAW/MULAW direct streaming support added for speech recognition ([Customer issue](https://github.com/microsoft/cognitive-services-speech-sdk-go/issues/81))
23
+
- Added support for PhraseGrammar. Thank you GitHub user [czkoko](https://github.com/czkoko) for the community contribution!
24
+
-**C#/C++**: Intent Recognizer now supports Conversational Language Understanding models in C++ and C# with orchestration on the Microsoft service
25
+
26
+
#### Bug fixes
27
+
28
+
- Fix an occasional hang in **KeywordRecognizer** when trying to stop it
29
+
-**Python**:
30
+
- Fix for getting Pronunciation Assessment results when `PronunciationAssessmentGranularity.FullText` is set ([Customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1763))
31
+
- Fix for gender property for Male voices not being retrieved, when getting speech synthesis voices
32
+
-**JavaScript**
33
+
- 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))
34
+
- JS SDK now builds without using npm-force-resolutions ([Customer issue](https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/549))
35
+
- Conversation Translator now correctly sets service endpoint when using a speechConfig instance created using SpeechConfig.fromEndpoint()
36
+
37
+
#### Samples
38
+
39
+
- Added samples showing how to use Embedded Speech
40
+
- Added Speech-to-text sample for MAUI
41
+
42
+
See [Speech SDK samples repository](https://github.com/Azure-Samples/cognitive-services-speech-sdk).
43
+
9
44
### Speech SDK 1.24.2: November 2022 release
10
45
11
46
#### New features
@@ -15,13 +50,6 @@ ms.author: eur
15
50
16
51
-**All programing languages**
17
52
- Fixed an issue with encryption of embedded speech recognition models.
0 commit comments