Add KWS examples for Java API (#930)

This commit is contained in:
Fangjun Kuang
2024-05-28 15:49:54 +08:00
committed by GitHub
parent bcaa6df389
commit 5860e45b4c
11 changed files with 295 additions and 2 deletions

View File

@@ -107,6 +107,13 @@ jobs:
make -j4
ls -lh lib
- name: Run java test (kws)
shell: bash
run: |
cd ./java-api-examples
./run-kws-from-file.sh
rm -rf sherpa-onnx-*
- name: Run java test (VAD + Non-streaming Paraformer)
shell: bash
run: |