Add Go API for speaker identification (#718)

This commit is contained in:
Fangjun Kuang
2024-03-29 19:25:55 +08:00
committed by GitHub
parent 2e0bccad36
commit 6da4a1c12f
25 changed files with 641 additions and 27 deletions

View File

@@ -66,6 +66,12 @@ jobs:
run: |
gcc --version
- name: Test speaker identification
shell: bash
run: |
cd go-api-examples/speaker-identification
./run.sh
- name: Test non-streaming TTS (Linux/macOS)
if: matrix.os != 'windows-latest'
shell: bash

View File

@@ -74,6 +74,12 @@ jobs:
go mod tidy
go build
- name: Test speaker identification
shell: bash
run: |
cd scripts/go/_internal/speaker-identification/
./run.sh
- name: Test non-streaming TTS (macOS)
shell: bash
run: |