Skip to content

Commit dd0862a

Browse files
author
Darren Cohen
committed
SpeechSDK release notes 1.22
1 parent 4a84b02 commit dd0862a

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

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

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

9+
### Speech CLI 1.22.0: May 2022 release
10+
11+
Uses Speech SDK 1.22.0.
12+
13+
#### New features
14+
15+
- Added `spx init` command to guide users through service key creation without going to Azure Web Portal.
16+
- Our docker contain now has Azure CLI included, so the `spx init` command will work out of the box.
17+
- Added timestamp as an event output option, to make SPX more useful when calculating latencies.
18+
19+
920
### Speech CLI 1.21.0: April 2022 release
1021

1122
Uses Speech SDK 1.21.0.

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ ms.date: 02/22/2022
66
ms.author: eur
77
---
88

9+
### Speech SDK 1.22.0: May 2022 release
10+
11+
#### New features
12+
13+
- **Java**: IntentRecognitionResult API for getEntities(), applyLanguageModels(), and recognizeOnceAsync(text) added to support the simple pattern matching engine.
14+
- **Unity**: Added support for Mac M1 (Apple Silicon) for Unity package ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1465))
15+
- **C#**: Added support for x86_64 for Xamarin Android ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1457))
16+
- **C#**: .NET framework minimum version updated to v4.6.2 for SDK C# package as v4.6.1 has retired (see [Microsoft .NET Framework Component Lifecycle Policy](https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework))
17+
- **Linux**: Added support for Debian 11 and Ubuntu 22.04 LTS. Ubuntu 22.04 LTS requires manual installation of libssl1.1 either as a binary package from [here](http://security.ubuntu.com/ubuntu/pool/main/o/openssl) (e.g. libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb or newer for x64), or by compiling from sources.
18+
19+
#### Bug fixes
20+
21+
- **UWP**: OpenSSL dependency removed from UWP libraries and replaced with WinRT websocket and HTTP APIs to meet security compliance and smaller binary footprint.
22+
- **Mac**: Fixed "MicrosoftCognitiveServicesSpeech Module Not Found" issue when using Swift projects targeting MacOS platform
23+
- **Windows, Mac**: Fixed a platform-specific issue where audio sources that were configured via properties to stream at a real-time rate sometimes fell behind and eventually exceeded capacity
24+
25+
#### Samples ([GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk))
26+
27+
- **C#**: .NET framework samples updated to use v4.6.2
28+
- **Unity**: Virtual-assistant sample fixed for Android and UWP
29+
- **Unity**: Unity samples updated for Unity 2020 LTS version
30+
31+
932
### Speech SDK 1.21.0: April 2022 release
1033

1134
#### New features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See below for information about changes to Speech services and resources.
1919

2020
## What's new?
2121

22-
* Speech SDK 1.21.0 and Speech CLI 1.21.0 were released in April 2022. See details below.
22+
* Speech SDK 1.22.0 and Speech CLI 1.22.0 were released in May 2022. See details below.
2323
* Custom speech-to-text container v3.1.0 released in March 2022, with support to get display models.
2424
* TTS Service March 2022, public preview of Cheerful and Sad styles with fr-FR-DeniseNeural.
2525
* TTS Service February 2022, public preview of Custom Neural Voice Lite, extended CNV language support to 49 locales.

0 commit comments

Comments
 (0)