diff --git a/CHANGELOG.md b/CHANGELOG.md index 477e110c..4914b2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.4.0 + +### New + * new parameter `sampleRate` on the `listen` method supports some older iOS devices by allowing + customization to support the expected hardware sample rate. 44100 works with some older devices. +### Fix + * `pauseFor` now times out closer to the expected time and more reliably. Duplicate partial results were + causing it to extend previously. + * `finalResult` is now reliably true on the last result on iOS when `pauseFor` or `listenFor` timeout or + `stop` is called directly. Previously it would only return true when the stop happened almost immediately + + ## 2.3.0 ### New diff --git a/example/pubspec.lock b/example/pubspec.lock index 883ceb7d..325b1175 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -162,7 +162,7 @@ packages: path: ".." relative: true source: path - version: "2.3.0" + version: "2.4.0" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 113af262..95bfddea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 2.3.0 +version: 2.4.0 homepage: https://github.com/csdcorp/speech_to_text environment: