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
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ ms.date: 01/08/2022
6
6
ms.author: eur
7
7
---
8
8
9
+
### Speech CLI 1.27.0: April 2023 release
10
+
11
+
#### Updates
12
+
13
+
* Updated to use Speech SDK 1.27.0
14
+
* Update default endpoint to use v3.1 REST APIs for Custom Speech Recognition and Batch Speech Recognition.
15
+
16
+
#### Bug fixes
17
+
18
+
* Fixes related to how query parameters are parsed/configured.
19
+
9
20
### Speech CLI 1.26.0: March 2023 release
10
21
11
22
Updated to use Speech SDK 1.26.0.
@@ -35,15 +46,15 @@ Uses Speech SDK 1.23.0.
35
46
36
47
- Better caption (`--output vtt` and `--output srt`) large result splitting (37 char max, 3 lines)
37
48
- Documented `spx synthesize``--format` options (see `spx help synthesize format`)
38
-
- Documented majority of `spx csr` commands/options (see `spx help csr`)
49
+
- Documented most of `spx csr` commands/options (see `spx help csr`)
39
50
- Added `spx csr model copy` command (see `spx help csr model copy`)
40
51
- Added `--check result` option using JMES queries (see `spx help check result`)
41
52
- Improved error messages when specifying invalid command options
42
-
- 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).
53
+
- Moved from .NET Core 3.1 to .NET 6.0. In order to run Speech CLI, you'll need to install the [.NET 6.0 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) (or above).
43
54
44
55
#### Bug fixes
45
56
46
-
- Updated all URLs to remove language (e.g. en-US)
57
+
- Updated all URLs to remove language (for example, "en-US")
47
58
- Fixed version info to report properly in all cases (previously it sometimes showed a blank)
48
59
49
60
### Speech CLI 1.22.0: June 2022 release
@@ -53,7 +64,7 @@ Uses Speech SDK 1.22.0.
53
64
#### New features
54
65
55
66
- Added `spx init` command to guide users through the Speech resource key creation without going to Azure Web Portal.
56
-
- Speech docker containers now have Azure CLI included, so the `spx init` command will work out of the box.
67
+
- Speech docker containers now have Azure CLI included, so the `spx init` command works out of the box.
57
68
- Added timestamp as an event output option, to make SPX more useful when calculating latencies.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,36 @@ ms.date: 11/01/2022
6
6
ms.author: eur
7
7
---
8
8
9
+
### Speech SDK 1.27.0: April 2023 release
10
+
11
+
#### Notification about upcoming changes
12
+
13
+
* We plan to remove Online Certificate Status Protocol (OCSP) in the next JavaScript SDK release. This allows clients to better conform to browser and Node standards for certificate handling. Version 1.27 is the last release that includes our custom OCSP module.
14
+
15
+
#### New Features
16
+
17
+
***JavaScript** – Added support for microphone input from the browser with Speaker Identification and Verification.
18
+
***Embedded Speech Recognition** - Update support for `PropertyId::Speech_SegmentationSilenceTimeoutMs` setting.
19
+
20
+
#### Bug fixes
21
+
22
+
***General** - Reliability updates in service reconnection logic (all programing languages except JavaScript).
23
+
***General** - Fix string conversions leaking memory on Windows (all relevant programing languages except JavaScript).
24
+
***Embedded Speech Recognition** - Fix crash in French Speech Recognition when using certain grammar list entries.
25
+
***Source code documentation** - Corrections to SDK reference documentation comments related to audio logging on the service.
26
+
***Intent recognition** - Fix Pattern Matcher priorities related to list entities.
* Added example of streaming pronunciation assessment for Python, JavaScript, Objective-C and Swift.
32
+
33
+
9
34
### Speech SDK 1.26.0: March 2023 release
10
35
11
-
### Breaking changes
36
+
####Breaking changes
12
37
13
-
* Bitcode has been disabled in all iOS targets in the following packages: Cocoapod with xcframework, Nuget (for Xamarin and MAUI) and Unity. The change is due to Apple's deprication of bitcode support from Xcode 14 and onwards. This change also means if you are using Xcode 13 version or you have explicitly enabled the bitcode on your application using the Speech SDK, you may encounter an error saying "framework does not contain bitcode and you must rebuild it". To resolve this issue, make sure your targets have bitcode disabled.
38
+
* Bitcode has been disabled in all iOS targets in the following packages: Cocoapod with xcframework, Nuget (for Xamarin and MAUI) and Unity. The change is due to Apple's deprecation of bitcode support from Xcode 14 and onwards. This change also means if you are using Xcode 13 version or you have explicitly enabled the bitcode on your application using the Speech SDK, you may encounter an error saying "framework does not contain bitcode and you must rebuild it". To resolve this issue, make sure your targets have bitcode disabled.
14
39
* Minimum iOS deployment target has been upgraded to 11.0 in this release, which means armv7 HW is no longer supported.
0 commit comments