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

@@ -0,0 +1 @@
speaker-identification

View File

@@ -0,0 +1,5 @@
module speaker-identification
go 1.12
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -0,0 +1 @@
../../../../go-api-examples/speaker-identification/main.go

View File

@@ -0,0 +1 @@
../../../../go-api-examples/speaker-identification/run.sh

View File

@@ -3,8 +3,3 @@ module vad-asr-paraformer
go 1.12
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
require (
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx v0.0.0-00010101000000-000000000000
)

View File

@@ -0,0 +1,5 @@
module vad-speaker-identification
go 1.12
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../

View File

@@ -0,0 +1 @@
../../../../go-api-examples/vad-speaker-identification/main.go

View File

@@ -0,0 +1 @@
../../../../go-api-examples/vad-speaker-identification/run.sh