Skip to content

Commit e73758f

Browse files
authored
Merge pull request #205843 from dargilco/dargilco/1-23-release-notes
Speech SDK / Speech CLI 1.23 Release Notes
2 parents 464cddb + 9b15e39 commit e73758f

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

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

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

9+
### Speech CLI 1.23.0: July 2022 release
10+
11+
Uses Speech SDK 1.23.0.
12+
13+
#### New features
14+
15+
- Better caption (`--output vtt` and `--output srt`) large result splitting (37 char max, 3 lines)
16+
- Documented `spx synthesize` `--format` options (see `spx help synthesize format`)
17+
- Documented majority of `spx csr` commands/options (see `spx help csr`)
18+
- Added `spx csr model copy` command (see `spx help csr model copy`)
19+
- Added `--check result` option using JMES queries (see `spx help check result`)
20+
- Improved error messages when specifying invalid command options
21+
- Moved from .NET Core 3.1 to .NET 6.0. In order to run Speech CLI, you will need to install the [.NET 6.0 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) (or above).
22+
23+
#### Bug fixes
24+
25+
- Updated all URLs to remove language (e.g. en-US)
26+
- Fixed version info to report properly in all cases (previously it sometimes showed a blank)
27+
928
### Speech CLI 1.22.0: June 2022 release
1029

1130
Uses Speech SDK 1.22.0.

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

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

9+
### Speech SDK 1.23.0: July 2022 release
10+
11+
#### New features
12+
13+
- **C#, C++, Java**: Added support for languages `zh-cn` and `zh-hk` in Intent Recognition with Pattern Matching.
14+
- **C#**: Added support for `AnyCPU` .NET Framework builds
15+
16+
#### Bug fixes
17+
18+
- **Android**: Fixed OpenSSL vulnerability CVE-2022-2068 by updating OpenSSL to 1.1.1q
19+
- **Python**: Fix crash when using PushAudioInputStream
20+
- **iOS**: Fix "EXC_BAD_ACCESS: Attempted to dereference null pointer" as reported on iOS ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1555))
21+
22+
923
### Speech SDK 1.22.0: June 2022 release
1024

1125
#### 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.22.0 and Speech CLI 1.22.0 were released in June 2022. See details below.
22+
* Speech SDK 1.23.0 and Speech CLI 1.23.0 were released in July 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

0 commit comments

Comments
 (0)