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-cli.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ ms.date: 01/08/2022
6
6
ms.author: eur
7
7
---
8
8
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)
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ ms.date: 02/22/2022
6
6
ms.author: eur
7
7
---
8
8
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))
0 commit comments