Add Java API for speech enhancement GTCRN models (#2009)

This commit is contained in:
Fangjun Kuang
2025-03-16 15:13:20 +08:00
committed by GitHub
parent ed8e6c9aed
commit 71824992a7
10 changed files with 294 additions and 0 deletions

View File

@@ -105,6 +105,15 @@ jobs:
make -j4
ls -lh lib
- name: Run speech enhancement (GTCRN)
shell: bash
run: |
cd ./java-api-examples
./run-non-streaming-speech-enhancement-gtcrn.sh
ls -lh *.wav
rm -fv gtcrn_simple.onnx *.wav
- name: Run java test (Online add punctuations)
shell: bash
run: |