Add Go API for Keyword spotting (#1662)

This commit is contained in:
Fangjun Kuang
2024-12-31 11:25:32 +08:00
committed by GitHub
parent 38d64a6d81
commit 49154c957b
10 changed files with 268 additions and 0 deletions

View File

@@ -68,6 +68,13 @@ jobs:
run: |
gcc --version
- name: Test Keyword spotting
if: matrix.os != 'windows-latest'
shell: bash
run: |
cd go-api-examples/keyword-spotting-from-file/
./run.sh
- name: Test adding punctuation
if: matrix.os != 'windows-latest'
shell: bash