From 420008aedf853e3d01b49d535c56ab5cf9910d24 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Tue, 27 Feb 2024 09:07:06 -0500 Subject: [PATCH] doc: 6.6.2 --- speech_to_text/CHANGELOG.md | 5 +++++ speech_to_text/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 4cd08bb..5c77336 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 6.6.2 + +### New +* on iOS now mixes audio with other uses to allow multiple audio plugins to coexist + ## 6.6.1 ### New diff --git a/speech_to_text/README.md b/speech_to_text/README.md index 3949d28..f14ba24 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-v6.6.1-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-v6.6.2-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.