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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ Uses Speech SDK 1.23.0.
46
46
47
47
- Better caption (`--output vtt` and `--output srt`) large result splitting (37 char max, 3 lines)
48
48
- Documented `spx synthesize``--format` options (see `spx help synthesize format`)
49
-
- Documented majority of `spx csr` commands/options (see `spx help csr`)
49
+
- Documented most of `spx csr` commands/options (see `spx help csr`)
50
50
- Added `spx csr model copy` command (see `spx help csr model copy`)
51
51
- Added `--check result` option using JMES queries (see `spx help check result`)
52
52
- Improved error messages when specifying invalid command options
53
-
- 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).
54
54
55
55
#### Bug fixes
56
56
57
-
- Updated all URLs to remove language (e.g. en-US)
57
+
- Updated all URLs to remove language (for example, "en-US")
58
58
- Fixed version info to report properly in all cases (previously it sometimes showed a blank)
59
59
60
60
### Speech CLI 1.22.0: June 2022 release
@@ -64,7 +64,7 @@ Uses Speech SDK 1.22.0.
64
64
#### New features
65
65
66
66
- Added `spx init` command to guide users through the Speech resource key creation without going to Azure Web Portal.
67
-
- 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.
68
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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ ms.author: eur
35
35
36
36
#### Breaking changes
37
37
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 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.
39
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