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
2025-06-25 00:22:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-06-25 00:22:21 +0800
Commit
bda427f4b20dc53a8b1045612c9f975bffb08645
bda427f4
1 parent
7f214553
Add API to get version information (#2309)
显示空白字符变更
内嵌
并排对比
正在显示
100 个修改的文件
包含
687 行增加
和
2 行删除
.github/scripts/test-dot-net.sh
.github/scripts/test-swift.sh
.github/workflows/aarch64-linux-gnu-shared.yaml
.github/workflows/aarch64-linux-gnu-static.yaml
.github/workflows/android-rknn.yaml
.github/workflows/android-static.yaml
.github/workflows/android.yaml
.github/workflows/apk-asr-2pass.yaml
.github/workflows/apk-asr.yaml
.github/workflows/apk-audio-tagging-wearos.yaml
.github/workflows/apk-audio-tagging.yaml
.github/workflows/apk-kws.yaml
.github/workflows/apk-speaker-diarization.yaml
.github/workflows/apk-speaker-identification.yaml
.github/workflows/apk-spoken-language-identification.yaml
.github/workflows/apk-tts-engine.yaml
.github/workflows/apk-tts.yaml
.github/workflows/apk-vad-asr-simulated-streaming.yaml
.github/workflows/apk-vad-asr.yaml
.github/workflows/apk-vad.yaml
.github/workflows/arm-linux-gnueabihf.yaml
.github/workflows/as_cmake_sub_project.yaml
.github/workflows/build-wheels-aarch64-cuda.yaml
.github/workflows/build-wheels-aarch64-rknn.yaml
.github/workflows/build-wheels-aarch64.yaml
.github/workflows/build-wheels-armv7l.yaml
.github/workflows/build-wheels-linux-cuda.yaml
.github/workflows/build-wheels-linux.yaml
.github/workflows/build-wheels-macos-arm64.yaml
.github/workflows/build-wheels-macos-universal2.yaml
.github/workflows/build-wheels-macos-x64.yaml
.github/workflows/build-wheels-win32.yaml
.github/workflows/build-wheels-win64-cuda.yaml
.github/workflows/build-wheels-win64.yaml
.github/workflows/build-xcframework.yaml
.github/workflows/c-api-from-buffer.yaml
.github/workflows/c-api.yaml
.github/workflows/clang-tidy.yaml
.github/workflows/cxx-api.yaml
.github/workflows/dot-net.yaml
.github/workflows/flutter-android.yaml
.github/workflows/flutter-linux.yaml
.github/workflows/flutter-macos.yaml
.github/workflows/flutter-windows-x64.yaml
.github/workflows/hap-vad-asr.yaml
.github/workflows/har.yaml
.github/workflows/harmony-os.yaml
.github/workflows/jni.yaml
.github/workflows/lazarus.yaml
.github/workflows/linux-gpu.yaml
.github/workflows/linux-jni-aarch64.yaml
.github/workflows/linux-jni.yaml
.github/workflows/linux.yaml
.github/workflows/macos-jni.yaml
.github/workflows/macos.yaml
.github/workflows/mfc.yaml
.github/workflows/mobile-asr-models.yaml
.github/workflows/mobile-kws-models.yaml
.github/workflows/nightly-wheel-arm.yaml
.github/workflows/npm-addon-linux-aarch64.yaml
.github/workflows/npm-addon-linux-x64.yaml
.github/workflows/npm-addon-macos.yaml
.github/workflows/npm-addon-win-x64.yaml
.github/workflows/npm-addon-win-x86.yaml
.github/workflows/npm-addon.yaml
.github/workflows/npm.yaml
.github/workflows/pascal.yaml
.github/workflows/pkg-config.yaml
.github/workflows/release-dart-package.yaml
.github/workflows/release-go.yaml
.github/workflows/riscv64-linux.yaml
.github/workflows/rknn-linux-aarch64.yaml
.github/workflows/run-java-test.yaml
.github/workflows/run-python-test-macos.yaml
.github/workflows/run-python-test.yaml
.github/workflows/sanitizer.yaml
.github/workflows/speaker-diarization.yaml
.github/workflows/swift.yaml
.github/workflows/test-build-wheel.yaml
.github/workflows/test-dart-package.yaml
.github/workflows/test-dart.yaml
.github/workflows/test-dot-net-nuget.yaml
.github/workflows/test-dot-net.yaml
.github/workflows/test-go-package.yaml
.github/workflows/test-go.yaml
.github/workflows/test-nodejs-addon-api.yaml
.github/workflows/test-nodejs-addon-npm-aarch64.yaml
.github/workflows/test-nodejs-addon-npm-win-x86.yaml
.github/workflows/test-nodejs-addon-npm.yaml
.github/workflows/test-nodejs-npm.yaml
.github/workflows/test-nodejs.yaml
.github/workflows/test-pip-install.yaml
.github/workflows/test-piper-phonemize.yaml
.github/workflows/test-python-offline-websocket-server.yaml
.github/workflows/test-python-online-websocket-server.yaml
.github/workflows/wasm-simd-hf-space-de-tts.yaml
.github/workflows/wasm-simd-hf-space-en-asr-zipformer.yaml
.github/workflows/wasm-simd-hf-space-en-tts.yaml
.github/workflows/wasm-simd-hf-space-silero-vad.yaml
.github/workflows/wasm-simd-hf-space-speaker-diarization.yaml
要显示太多修改。
重新载入完整差异
差异文件
邮件补丁
为保证性能只显示
100 of 100+
个文件。
.github/scripts/test-dot-net.sh
查看文件 @
bda427f
...
...
@@ -2,7 +2,11 @@
cd
dotnet-examples/
cd
./speech-enhancement-gtcrn
cd
./version-test
./run.sh
ls -lh
cd
../speech-enhancement-gtcrn
./run.sh
ls -lh
...
...
.github/scripts/test-swift.sh
查看文件 @
bda427f
...
...
@@ -7,6 +7,8 @@ echo "pwd: $PWD"
cd
swift-api-examples
ls -lh
./run-test-version.sh
./run-decode-file-sense-voice-with-hr.sh
rm -rf sherpa-onnx-sense-voice-
*
rm -rf dict lexicon.txt replace.fst
test
-hr.wav
...
...
.github/workflows/aarch64-linux-gnu-shared.yaml
查看文件 @
bda427f
...
...
@@ -58,6 +58,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build sherpa-onnx
if
:
matrix.gpu == 'ON'
shell
:
bash
...
...
.github/workflows/aarch64-linux-gnu-static.yaml
查看文件 @
bda427f
...
...
@@ -43,6 +43,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build sherpa-onnx
uses
:
addnab/docker-run-action@v3
with
:
...
...
.github/workflows/android-rknn.yaml
查看文件 @
bda427f
...
...
@@ -47,6 +47,12 @@ jobs:
with
:
key
:
${{ matrix.os }}-android-rknn
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display NDK HOME
shell
:
bash
run
:
|
...
...
@@ -158,6 +164,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/android-static.yaml
查看文件 @
bda427f
...
...
@@ -45,6 +45,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -190,6 +196,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/android.yaml
查看文件 @
bda427f
...
...
@@ -42,6 +42,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -184,6 +190,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-asr-2pass.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-asr.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-audio-tagging-wearos.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-audio-tagging.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-kws.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-speaker-diarization.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-speaker-identification.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-spoken-language-identification.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-tts-engine.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-tts.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-vad-asr-simulated-streaming.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-vad-asr.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/apk-vad.yaml
查看文件 @
bda427f
...
...
@@ -31,6 +31,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/arm-linux-gnueabihf.yaml
查看文件 @
bda427f
...
...
@@ -44,6 +44,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/as_cmake_sub_project.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/build-wheels-aarch64-cuda.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
-
name
:
Build wheels
...
...
.github/workflows/build-wheels-aarch64-rknn.yaml
查看文件 @
bda427f
...
...
@@ -25,6 +25,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/build-wheels-aarch64.yaml
查看文件 @
bda427f
...
...
@@ -29,6 +29,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
-
name
:
Build wheels
...
...
.github/workflows/build-wheels-armv7l.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
with
:
...
...
.github/workflows/build-wheels-linux-cuda.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/build-wheels-linux.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
-
name
:
Build wheels
...
...
.github/workflows/build-wheels-macos-arm64.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build wheels
uses
:
pypa/cibuildwheel@v2.21.3
env
:
...
...
.github/workflows/build-wheels-macos-universal2.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build wheels
uses
:
pypa/cibuildwheel@v2.21.3
env
:
...
...
.github/workflows/build-wheels-macos-x64.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
-
name
:
Build wheels
...
...
.github/workflows/build-wheels-win32.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
-
name
:
Build wheels
...
...
.github/workflows/build-wheels-win64-cuda.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/build-wheels-win64.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/build-xcframework.yaml
查看文件 @
bda427f
...
...
@@ -43,6 +43,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build iOS shared
if
:
matrix.with_tts == 'ON'
shell
:
bash
...
...
.github/workflows/c-api-from-buffer.yaml
查看文件 @
bda427f
...
...
@@ -44,6 +44,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/c-api.yaml
查看文件 @
bda427f
...
...
@@ -42,6 +42,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/clang-tidy.yaml
查看文件 @
bda427f
...
...
@@ -33,6 +33,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/cxx-api.yaml
查看文件 @
bda427f
...
...
@@ -41,6 +41,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/dot-net.yaml
查看文件 @
bda427f
...
...
@@ -25,6 +25,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build sherpa-onnx
shell
:
bash
run
:
|
...
...
.github/workflows/flutter-android.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display NDK HOME
shell
:
bash
run
:
|
...
...
.github/workflows/flutter-linux.yaml
查看文件 @
bda427f
...
...
@@ -30,10 +30,16 @@ jobs:
index
:
[
"
0"
,
"
1"
,
"
2"
,
"
3"
,
"
4"
,
"
5"
,
"
6"
,
"
7"
,
"
8"
,
"
9"
,
"
10"
,
"
11"
,
"
12"
,
"
13"
,
"
14"
,
"
15"
,
"
16"
,
"
17"
,
"
18"
,
"
19"
]
steps
:
-
uses
:
actions/checkout@v
3
-
uses
:
actions/checkout@v
4
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install deps
shell
:
bash
run
:
|
...
...
@@ -235,6 +241,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Retrieve artifact from ubuntu-latest
uses
:
actions/download-artifact@v3
with
:
...
...
.github/workflows/flutter-macos.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install Python dependencies
shell
:
bash
run
:
|
...
...
@@ -134,6 +140,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install Python dependencies
shell
:
bash
run
:
|
...
...
.github/workflows/flutter-windows-x64.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install Python dependencies
shell
:
bash
run
:
|
...
...
@@ -125,6 +131,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install Python dependencies
shell
:
bash
run
:
|
...
...
.github/workflows/hap-vad-asr.yaml
查看文件 @
bda427f
...
...
@@ -32,6 +32,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
# https://github.com/actions/setup-java
-
uses
:
actions/setup-java@v4
with
:
...
...
.github/workflows/har.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/harmony-os.yaml
查看文件 @
bda427f
...
...
@@ -29,6 +29,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/jni.yaml
查看文件 @
bda427f
...
...
@@ -42,6 +42,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/lazarus.yaml
查看文件 @
bda427f
...
...
@@ -48,6 +48,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -259,6 +265,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Retrieve artifact from windows x64
uses
:
actions/download-artifact@v4
with
:
...
...
.github/workflows/linux-gpu.yaml
查看文件 @
bda427f
...
...
@@ -56,6 +56,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Build sherpa-onnx
uses
:
addnab/docker-run-action@v3
with
:
...
...
.github/workflows/linux-jni-aarch64.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-java@v4
with
:
distribution
:
'
temurin'
# See 'Supported distributions' for available options
...
...
.github/workflows/linux-jni.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-java@v4
with
:
distribution
:
'
temurin'
# See 'Supported distributions' for available options
...
...
.github/workflows/linux.yaml
查看文件 @
bda427f
...
...
@@ -74,6 +74,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display PWD
shell
:
bash
run
:
|
...
...
.github/workflows/macos-jni.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-java@v4
with
:
distribution
:
'
temurin'
# See 'Supported distributions' for available options
...
...
.github/workflows/macos.yaml
查看文件 @
bda427f
...
...
@@ -71,6 +71,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/mfc.yaml
查看文件 @
bda427f
...
...
@@ -43,6 +43,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display MSBuild info
shell
:
cmd
run
:
|
...
...
.github/workflows/mobile-asr-models.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/mobile-kws-models.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/nightly-wheel-arm.yaml
查看文件 @
bda427f
...
...
@@ -32,6 +32,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
with
:
...
...
.github/workflows/npm-addon-linux-aarch64.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
with
:
...
...
.github/workflows/npm-addon-linux-x64.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/npm-addon-macos.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/npm-addon-win-x64.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/npm-addon-win-x86.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
@@ -144,6 +150,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-node@v4
with
:
registry-url
:
'
https://registry.npmjs.org'
...
...
.github/workflows/npm-addon.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/npm.yaml
查看文件 @
bda427f
...
...
@@ -28,6 +28,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
.github/workflows/pascal.yaml
查看文件 @
bda427f
...
...
@@ -44,6 +44,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/pkg-config.yaml
查看文件 @
bda427f
...
...
@@ -46,6 +46,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/release-dart-package.yaml
查看文件 @
bda427f
...
...
@@ -24,6 +24,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Fix version
shell
:
bash
run
:
|
...
...
@@ -121,6 +127,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -223,6 +235,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Fix version
shell
:
bash
run
:
|
...
...
@@ -307,6 +325,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -438,6 +462,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -517,6 +547,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Flutter SDK
uses
:
flutter-actions/setup-flutter@v3
with
:
...
...
.github/workflows/release-go.yaml
查看文件 @
bda427f
...
...
@@ -15,6 +15,12 @@ jobs:
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Add SSH key
run
:
|
mkdir -p ~/.ssh/
...
...
.github/workflows/riscv64-linux.yaml
查看文件 @
bda427f
...
...
@@ -45,6 +45,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/rknn-linux-aarch64.yaml
查看文件 @
bda427f
...
...
@@ -49,6 +49,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/run-java-test.yaml
查看文件 @
bda427f
...
...
@@ -43,6 +43,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -105,6 +111,12 @@ jobs:
make -j4
ls -lh lib
-
name
:
Run java version test
shell
:
bash
run
:
|
cd ./java-api-examples
./run-version-test.sh
-
name
:
Run java test (Non-streaming SenseVoice with homophone replacer)
shell
:
bash
run
:
|
...
...
.github/workflows/run-python-test-macos.yaml
查看文件 @
bda427f
...
...
@@ -60,6 +60,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display OS version
shell
:
bash
run
:
|
...
...
.github/workflows/run-python-test.yaml
查看文件 @
bda427f
...
...
@@ -55,6 +55,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display OS version
shell
:
bash
run
:
|
...
...
.github/workflows/sanitizer.yaml
查看文件 @
bda427f
...
...
@@ -30,6 +30,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/speaker-diarization.yaml
查看文件 @
bda427f
...
...
@@ -25,6 +25,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/swift.yaml
查看文件 @
bda427f
...
...
@@ -46,6 +46,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-build-wheel.yaml
查看文件 @
bda427f
...
...
@@ -80,6 +80,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/test-dart-package.yaml
查看文件 @
bda427f
...
...
@@ -30,6 +30,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Flutter SDK
uses
:
flutter-actions/setup-flutter@v3
with
:
...
...
.github/workflows/test-dart.yaml
查看文件 @
bda427f
...
...
@@ -39,6 +39,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-dot-net-nuget.yaml
查看文件 @
bda427f
...
...
@@ -32,6 +32,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Free space
if
:
matrix.os == 'ubuntu-latest'
shell
:
bash
...
...
.github/workflows/test-dot-net.yaml
查看文件 @
bda427f
...
...
@@ -45,6 +45,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
@@ -138,6 +144,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/test-go-package.yaml
查看文件 @
bda427f
...
...
@@ -45,6 +45,12 @@ jobs:
with
:
go-version
:
'
>=1.17'
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Display go version
shell
:
bash
run
:
|
...
...
.github/workflows/test-go.yaml
查看文件 @
bda427f
...
...
@@ -40,6 +40,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-nodejs-addon-api.yaml
查看文件 @
bda427f
...
...
@@ -46,6 +46,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/test-nodejs-addon-npm-aarch64.yaml
查看文件 @
bda427f
...
...
@@ -47,6 +47,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v2
with
:
...
...
.github/workflows/test-nodejs-addon-npm-win-x86.yaml
查看文件 @
bda427f
...
...
@@ -50,6 +50,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-node@v4
with
:
registry-url
:
'
https://registry.npmjs.org'
...
...
.github/workflows/test-nodejs-addon-npm.yaml
查看文件 @
bda427f
...
...
@@ -48,6 +48,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
uses
:
actions/setup-node@v4
with
:
registry-url
:
'
https://registry.npmjs.org'
...
...
.github/workflows/test-nodejs-npm.yaml
查看文件 @
bda427f
...
...
@@ -33,6 +33,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/test-nodejs.yaml
查看文件 @
bda427f
...
...
@@ -46,6 +46,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-pip-install.yaml
查看文件 @
bda427f
...
...
@@ -81,6 +81,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Setup Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
...
...
.github/workflows/test-piper-phonemize.yaml
查看文件 @
bda427f
...
...
@@ -41,6 +41,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-python-offline-websocket-server.yaml
查看文件 @
bda427f
...
...
@@ -42,6 +42,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/test-python-online-websocket-server.yaml
查看文件 @
bda427f
...
...
@@ -42,6 +42,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
ccache
uses
:
hendrikmuhs/ccache-action@v1.2
with
:
...
...
.github/workflows/wasm-simd-hf-space-de-tts.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
.github/workflows/wasm-simd-hf-space-en-asr-zipformer.yaml
查看文件 @
bda427f
...
...
@@ -25,6 +25,13 @@ jobs:
-
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
.github/workflows/wasm-simd-hf-space-en-tts.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
.github/workflows/wasm-simd-hf-space-silero-vad.yaml
查看文件 @
bda427f
...
...
@@ -26,6 +26,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
.github/workflows/wasm-simd-hf-space-speaker-diarization.yaml
查看文件 @
bda427f
...
...
@@ -27,6 +27,12 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Update version
shell
:
bash
run
:
|
./new-release.sh
git diff .
-
name
:
Install emsdk
uses
:
mymindstorm/setup-emsdk@v14
with
:
...
...
请
注册
或
登录
后发表评论