Add Go API for speech enhancement GTCRN models (#1991)
This commit is contained in:
7
.github/workflows/test-go-package.yaml
vendored
7
.github/workflows/test-go-package.yaml
vendored
@@ -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
|
||||
|
||||
9
.github/workflows/test-go.yaml
vendored
9
.github/workflows/test-go.yaml
vendored
@@ -132,6 +132,15 @@ jobs:
|
||||
name: ${{ matrix.os }}-libs
|
||||
path: to-upload/
|
||||
|
||||
- name: Test speech enhancement (GTCRN)
|
||||
shell: bash
|
||||
run: |
|
||||
cd scripts/go/_internal/speech-enhancement-gtcrn/
|
||||
|
||||
./run.sh
|
||||
|
||||
ls -lh
|
||||
|
||||
- name: Test audio tagging
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user