From e66d4c414aba99fb4688f914526b9e4918990d58 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 4 Sep 2024 12:12:13 +0800 Subject: [PATCH] Fix releasing dart packages. (#1317) --- .github/workflows/test-build-wheel.yaml | 2 +- .github/workflows/test-pip-install.yaml | 2 +- CHANGELOG.md | 17 +++++++++++++++++ flutter/sherpa_onnx/pubspec.yaml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-build-wheel.yaml b/.github/workflows/test-build-wheel.yaml index 303da0e5..adc4c29a 100644 --- a/.github/workflows/test-build-wheel.yaml +++ b/.github/workflows/test-build-wheel.yaml @@ -139,7 +139,7 @@ jobs: export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH - export PATH=/c/hostedtoolcache/windows/Python/3.12.4/x64/bin:$PATH + export PATH=/c/hostedtoolcache/windows/Python/3.12.5/x64/bin:$PATH which sherpa-onnx sherpa-onnx --help diff --git a/.github/workflows/test-pip-install.yaml b/.github/workflows/test-pip-install.yaml index 9dcc4dda..9ae727b2 100644 --- a/.github/workflows/test-pip-install.yaml +++ b/.github/workflows/test-pip-install.yaml @@ -104,7 +104,7 @@ jobs: export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH - export PATH=/c/hostedtoolcache/windows/Python/3.12.4/x64/bin:$PATH + export PATH=/c/hostedtoolcache/windows/Python/3.12.5/x64/bin:$PATH sherpa-onnx --help sherpa-onnx-keyword-spotter --help diff --git a/CHANGELOG.md b/CHANGELOG.md index f7826808..6c5e68e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.10.24 + +* Add VAD and keyword spotting for the Node package with WebAssembly (#1286) +* Fix releasing npm package and fix building Android VAD+ASR example (#1288) +* add Tokens []string, Timestamps []float32, Lang string, Emotion string, Event string (#1277) +* add vad+sense voice example for C API (#1291) +* ADD VAD+ASR example for dart with CircularBuffer. (#1293) +* Fix VAD+ASR example for Dart API. (#1294) +* Avoid SherpaOnnxSpeakerEmbeddingManagerFreeBestMatches freeing null. (#1296) +* Fix releasing wasm app for vad+asr (#1300) +* remove extra files from linux/macos/windows jni libs (#1301) +* two-pass Android APK for SenseVoice (#1302) +* Downgrade flutter sdk versions. (#1305) +* Reduce onnxruntime log output. (#1306) +* Provide prebuilt .jar files for different java versions. (#1307) + + ## 1.10.23 * flutter: add lang, emotion, event to OfflineRecognizerResult (#1268) diff --git a/flutter/sherpa_onnx/pubspec.yaml b/flutter/sherpa_onnx/pubspec.yaml index 18520be2..9ca8171f 100644 --- a/flutter/sherpa_onnx/pubspec.yaml +++ b/flutter/sherpa_onnx/pubspec.yaml @@ -22,7 +22,7 @@ version: 1.10.24 homepage: https://github.com/k2-fsa/sherpa-onnx environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=3.1.0 <4.0.0" flutter: ">=2.8.1" dependencies: