Add Java API for speaker identification (#822)

This commit is contained in:
Fangjun Kuang
2024-04-29 21:23:56 +08:00
committed by GitHub
parent 88202f05bb
commit cff207623e
13 changed files with 388 additions and 5 deletions

View File

@@ -106,6 +106,15 @@ jobs:
make -j4
ls -lh lib
- name: Run java test (speaker identification)
shell: bash
run: |
cd ./java-api-examples
./run-speaker-identification.sh
# Delete model files to save space
rm -rf *.onnx
rm -rf sr-data
- name: Run java test (audio tagging)
shell: bash
run: |