Skip to content

Commit d366ac7

Browse files
author
Darren Cohen
committed
First
1 parent 382a7f6 commit d366ac7

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ ms.date: 01/08/2022
66
ms.author: eur
77
---
88

9+
### Speech CLI 1.26.0: February 2023 release
10+
11+
Updated to use Speech SDK 1.26.0.
12+
13+
### Speech CLI 1.25.0: January 2023 release
14+
15+
Updated to use Speech SDK 1.25.0.
16+
917
### Speech CLI 1.24.0: October 2022 release
1018

1119
Uses Speech SDK 1.24.0.

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

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

9+
### Speech SDK 1.26.0: Feburary 2023 release
10+
11+
### Breaking changes
12+
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.
14+
* Minimum iOS deployment target has been upgraded to 11.0 in this release, which means armv7 HW is no longer supported.
15+
16+
#### New features
17+
18+
* Embedded (on-device) Speech Recognition now supports both 8 and 16 kHz sampling rate input audio (16-bit per sample, mono PCM).
19+
* Speech Synthesis now reports connection, network and service latencies in the result to help end-to-end latency optimization.
20+
* Intent Recognition with simple patter matching has a new tie breaking priority around bytes matched. More bytes matched will break ties. Example: Pattern "Click {something} in the top right" will win over "Click {something}"
21+
22+
#### Bug fixes
23+
24+
* Speech Synthesis: fix a bug where the emoji is not correct in word boundary events.
25+
* Intent Recognition with with Conversational Language Understanding (CLU)
26+
* Intents from the Orchestrator level should appear correctly.
27+
* CLU json will appear with the LanguageUnderstandingServiceResponse_JsonResult propertyId.
28+
* Speech recognition with keyword activation: Fix for missing ~150ms audio after a keyword recognition.
29+
* Fix for Speech SDK NuGet iOS MAUI Release build ([customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1835))
30+
31+
#### Samples
32+
33+
* Fix for Swift iOS sample ([custom issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1759))
34+
935
### Speech SDK 1.25.0: January 2023 release
1036

1137
#### Breaking changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Cognitive Service for Speech is updated on an ongoing basis. To stay up-to
2020
## Recent highlights
2121

2222
* Custom Speech-to-Text container disconnected mode was released in January 2023.
23-
* Speech SDK 1.25.0 was released in January 2023.
23+
* Speech SDK 1.26.0 was released in February 2023.
2424
* Text-to-speech Batch synthesis API is available in public preview.
2525
* Speech-to-text REST API version 3.1 is generally available.
2626
* Speech-to-text and text-to-speech container versions were updated in October 2022.

0 commit comments

Comments
 (0)