Add Go API for speech enhancement GTCRN models (#1991)

This commit is contained in:
Fangjun Kuang
2025-03-11 19:33:05 +08:00
committed by GitHub
parent d3e27d5e21
commit d78f408362
11 changed files with 172 additions and 1 deletions

View File

@@ -70,6 +70,13 @@ jobs:
run: |
gcc --version
- name: Test speech enhancement (GTCRN)
if: matrix.os != 'windows-latest'
shell: bash
run: |
cd go-api-examples/speech-enhancement-gtcrn/
./run.sh
- name: Test Keyword spotting
if: matrix.os != 'windows-latest'
shell: bash