From 69ec72982877722d2a440b322d36856c67e162f2 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Fri, 20 Sep 2024 12:51:56 -0400 Subject: [PATCH] doc: 7.1.0-beta.1 --- speech_to_text/CHANGELOG.md | 11 +++++++++++ speech_to_text/README.md | 4 ++-- speech_to_text/example/pubspec.lock | 6 +++--- speech_to_text/pubspec.yaml | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 350f8fb..fa13050 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 7.1.0 + +### Fix +* on iOS there is a new bug in their speech recognition that resets the transcription after +a pause in the users' speech. This version attempts a mitigation by using meta information +from the recognizer to concatenate subsequent transcriptions so the whole is not lost. There +are problems with this approach, notably extra capitalization and possibly incorrects spaces +being added. The concatenated transcription is added as the first result but all other results +are still the same. See issue [#552](https://github.com/csdcorp/speech_to_text/issues/552) +for details. + ## 7.0.0 ### New diff --git a/speech_to_text/README.md b/speech_to_text/README.md index be6f037..cd3785a 100644 --- a/speech_to_text/README.md +++ b/speech_to_text/README.md @@ -1,6 +1,6 @@ # speech_to_text -[![pub package](https://img.shields.io/badge/pub-v7.0.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/Test/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3ATest) [![codecov](https://codecov.io/gh/csdcorp/speech_to_text/branch/main/graph/badge.svg?token=4LV3HESMS4)](undefined) +[![pub package](https://img.shields.io/badge/pub-v7.1.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/Test/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3ATest) [![codecov](https://codecov.io/gh/csdcorp/speech_to_text/branch/main/graph/badge.svg?token=4LV3HESMS4)](undefined) A library that exposes device specific speech recognition capability. @@ -24,7 +24,7 @@ _speech: means most speech recognition features work. Platforms with build but n ## Recent Updates -6.7.0 +7.0.0 * Now supports speech recognition on MacOS with many thanks to @alexrabin-sentracam for the PR! * Now supports WASM compliation for web with many thanks to yeikel16 for the PR! diff --git a/speech_to_text/example/pubspec.lock b/speech_to_text/example/pubspec.lock index b1ae835..fc2177b 100644 --- a/speech_to_text/example/pubspec.lock +++ b/speech_to_text/example/pubspec.lock @@ -195,7 +195,7 @@ packages: path: ".." relative: true source: path - version: "7.0.0-beta.1" + version: "7.0.0" speech_to_text_platform_interface: dependency: transitive description: @@ -256,10 +256,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" web: dependency: transitive description: diff --git a/speech_to_text/pubspec.yaml b/speech_to_text/pubspec.yaml index 36bd6c3..30a1162 100644 --- a/speech_to_text/pubspec.yaml +++ b/speech_to_text/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 7.0.0 +version: 7.1.0-beta.1 homepage: https://github.com/csdcorp/speech_to_text environment: