Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-09-04 12:12:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-09-04 12:12:13 +0800
Commit
e66d4c414aba99fb4688f914526b9e4918990d58
e66d4c41
1 parent
cc462316
Fix releasing dart packages. (#1317)
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
20 行增加
和
3 行删除
.github/workflows/test-build-wheel.yaml
.github/workflows/test-pip-install.yaml
CHANGELOG.md
flutter/sherpa_onnx/pubspec.yaml
.github/workflows/test-build-wheel.yaml
查看文件 @
e66d4c4
...
...
@@ -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
...
...
.github/workflows/test-pip-install.yaml
查看文件 @
e66d4c4
...
...
@@ -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
...
...
CHANGELOG.md
查看文件 @
e66d4c4
## 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)
...
...
flutter/sherpa_onnx/pubspec.yaml
查看文件 @
e66d4c4
...
...
@@ -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
:
...
...
请
注册
或
登录
后发表评论