Skip to content

Commit f11e68b

Browse files
Merge pull request #224314 from dargilco/dargilco/1-18/release-notes-1-25
Speech SDK 1.25 release notes
2 parents acb425d + 254e520 commit f11e68b

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@ ms.date: 11/01/2022
66
ms.author: eur
77
---
88

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+
943
### Speech SDK 1.24.2: November 2022 release
1044

1145
#### New features
@@ -15,13 +49,6 @@ ms.author: eur
1549

1650
- **All programing languages**
1751
- Fixed an issue with encryption of embedded speech recognition models.
18-
- **JavaScript SDK**
19-
- not included in this release
20-
21-
- **Java**
22-
- none
23-
- **Python**
24-
- none
2552

2653
### Speech SDK 1.24.1: November 2022 release
2754

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Azure Cognitive Service for Speech is updated on an ongoing basis. To stay up-to
1919

2020
## Recent highlights
2121

22+
* Speech SDK 1.25.0 was released in January 2023.
2223
* Text-to-speech Batch synthesis API is available in public preview.
2324
* Speech-to-text REST API version 3.1 is generally available.
24-
* Speech SDK 1.24.0 and Speech CLI 1.24.0 were released in October 2022.
2525
* Speech-to-text and text-to-speech container versions were updated in October 2022.
2626
* TTS Service November 2022, several voices for `es-MX`, `it-IT`, and `pr-BR` locales were made generally available.
2727

0 commit comments

Comments
 (0)