Add Go API for speaker identification (#718)
This commit is contained in:
1
scripts/go/_internal/speaker-identification/.gitignore
vendored
Normal file
1
scripts/go/_internal/speaker-identification/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
speaker-identification
|
||||
5
scripts/go/_internal/speaker-identification/go.mod
Normal file
5
scripts/go/_internal/speaker-identification/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module speaker-identification
|
||||
|
||||
go 1.12
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
1
scripts/go/_internal/speaker-identification/main.go
Symbolic link
1
scripts/go/_internal/speaker-identification/main.go
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../go-api-examples/speaker-identification/main.go
|
||||
1
scripts/go/_internal/speaker-identification/run.sh
Symbolic link
1
scripts/go/_internal/speaker-identification/run.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../go-api-examples/speaker-identification/run.sh
|
||||
Reference in New Issue
Block a user