Skip to content

Commit 078e317

Browse files
Merge pull request #228800 from dargilco/dargilco/release-notes-1.27-0.10
Speech SDK release notes 1.26
2 parents 31e7152 + 45245f3 commit 078e317

File tree

3 files changed

+36
-1
lines changed

3 files changed

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

9+
### Speech SDK 1.26.0: March 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+
* New tiebreaking rules for [Intent Recognition with simple pattern matching](../../how-to-use-simple-language-pattern-matching.md). The more character bytes that are matched, will win over pattern matches with lower character byte count. 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)](../../get-started-intent-recognition-clu.md):
26+
* Intents from the CLU Orchestrator Workflow now appear correctly.
27+
* The JSON result is now available via the property ID `LanguageUnderstandingServiceResponse_JsonResult`.
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, reported by customer ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1835))
30+
31+
#### Samples
32+
33+
* Fix for Swift iOS sample, reported by customer ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1759))
34+
35+
936
### Speech SDK 1.25.0: January 2023 release
1037

1138
#### Breaking changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Azure Cognitive Service for Speech is updated on an ongoing basis. To stay up-to
1919

2020
## Recent highlights
2121

22+
* Speech SDK 1.26.0 was released in March 2023.
2223
* Custom Speech-to-Text container disconnected mode was released in January 2023.
23-
* Speech SDK 1.25.0 was released in January 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)