正在显示
4 个修改的文件
包含
20 行增加
和
3 行删除
| @@ -139,7 +139,7 @@ jobs: | @@ -139,7 +139,7 @@ jobs: | ||
| 139 | export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH | 139 | export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH |
| 140 | export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH | 140 | export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH |
| 141 | export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH | 141 | export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH |
| 142 | - export PATH=/c/hostedtoolcache/windows/Python/3.12.4/x64/bin:$PATH | 142 | + export PATH=/c/hostedtoolcache/windows/Python/3.12.5/x64/bin:$PATH |
| 143 | 143 | ||
| 144 | which sherpa-onnx | 144 | which sherpa-onnx |
| 145 | sherpa-onnx --help | 145 | sherpa-onnx --help |
| @@ -104,7 +104,7 @@ jobs: | @@ -104,7 +104,7 @@ jobs: | ||
| 104 | export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH | 104 | export PATH=/c/hostedtoolcache/windows/Python/3.9.13/x64/bin:$PATH |
| 105 | export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH | 105 | export PATH=/c/hostedtoolcache/windows/Python/3.10.11/x64/bin:$PATH |
| 106 | export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH | 106 | export PATH=/c/hostedtoolcache/windows/Python/3.11.9/x64/bin:$PATH |
| 107 | - export PATH=/c/hostedtoolcache/windows/Python/3.12.4/x64/bin:$PATH | 107 | + export PATH=/c/hostedtoolcache/windows/Python/3.12.5/x64/bin:$PATH |
| 108 | 108 | ||
| 109 | sherpa-onnx --help | 109 | sherpa-onnx --help |
| 110 | sherpa-onnx-keyword-spotter --help | 110 | sherpa-onnx-keyword-spotter --help |
| 1 | +## 1.10.24 | ||
| 2 | + | ||
| 3 | +* Add VAD and keyword spotting for the Node package with WebAssembly (#1286) | ||
| 4 | +* Fix releasing npm package and fix building Android VAD+ASR example (#1288) | ||
| 5 | +* add Tokens []string, Timestamps []float32, Lang string, Emotion string, Event string (#1277) | ||
| 6 | +* add vad+sense voice example for C API (#1291) | ||
| 7 | +* ADD VAD+ASR example for dart with CircularBuffer. (#1293) | ||
| 8 | +* Fix VAD+ASR example for Dart API. (#1294) | ||
| 9 | +* Avoid SherpaOnnxSpeakerEmbeddingManagerFreeBestMatches freeing null. (#1296) | ||
| 10 | +* Fix releasing wasm app for vad+asr (#1300) | ||
| 11 | +* remove extra files from linux/macos/windows jni libs (#1301) | ||
| 12 | +* two-pass Android APK for SenseVoice (#1302) | ||
| 13 | +* Downgrade flutter sdk versions. (#1305) | ||
| 14 | +* Reduce onnxruntime log output. (#1306) | ||
| 15 | +* Provide prebuilt .jar files for different java versions. (#1307) | ||
| 16 | + | ||
| 17 | + | ||
| 1 | ## 1.10.23 | 18 | ## 1.10.23 |
| 2 | 19 | ||
| 3 | * flutter: add lang, emotion, event to OfflineRecognizerResult (#1268) | 20 | * flutter: add lang, emotion, event to OfflineRecognizerResult (#1268) |
| @@ -22,7 +22,7 @@ version: 1.10.24 | @@ -22,7 +22,7 @@ version: 1.10.24 | ||
| 22 | homepage: https://github.com/k2-fsa/sherpa-onnx | 22 | homepage: https://github.com/k2-fsa/sherpa-onnx |
| 23 | 23 | ||
| 24 | environment: | 24 | environment: |
| 25 | - sdk: ">=3.0.0 <4.0.0" | 25 | + sdk: ">=3.1.0 <4.0.0" |
| 26 | flutter: ">=2.8.1" | 26 | flutter: ">=2.8.1" |
| 27 | 27 | ||
| 28 | dependencies: | 28 | dependencies: |
-
请 注册 或 登录 后发表评论