Go API for speaker diarization (#1403)

This commit is contained in:
Fangjun Kuang
2024-10-09 20:10:44 +08:00
committed by GitHub
parent 97654122fa
commit df681e9807
9 changed files with 285 additions and 0 deletions

View File

@@ -134,6 +134,12 @@ jobs:
name: ${{ matrix.os }}-libs
path: to-upload/
- name: Test non-streaming speaker diarization
shell: bash
run: |
cd scripts/go/_internal/non-streaming-speaker-diarization/
./run.sh
- name: Test speaker identification
shell: bash
run: |