Add Go API for speaker identification (#718)
This commit is contained in:
6
.github/workflows/test-go-package.yaml
vendored
6
.github/workflows/test-go-package.yaml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/test-go.yaml
vendored
6
.github/workflows/test-go.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user