Skip to content

Commit 1719767

Browse files
author
Darren Cohen
committed
First
1 parent 12831c5 commit 1719767

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

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

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ 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+
- 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+
944
### Speech SDK 1.24.2: November 2022 release
1045

1146
#### New features
@@ -15,13 +50,6 @@ ms.author: eur
1550

1651
- **All programing languages**
1752
- 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
2553

2654
### Speech SDK 1.24.1: November 2022 release
2755

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

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

2222
* Text-to-speech Batch synthesis API is available in public preview.
2323
* 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.
24+
* Speech SDK 1.25.0 was released in January 2023.
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)