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

@@ -134,6 +134,15 @@ jobs:
name: ${{ matrix.os }}-libs
path: to-upload/
- name: Test Keyword spotting
shell: bash
run: |
cd scripts/go/_internal/keyword-spotting-from-file/
./run.sh
ls -lh
- name: Test non-streaming decoding files
shell: bash
run: |