Add Golang API for spoken language identification. (#709)
This commit is contained in:
2
scripts/go/_internal/vad-spoken-language-identification/.gitignore
vendored
Normal file
2
scripts/go/_internal/vad-spoken-language-identification/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
vad-spoken-language-identification
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
module vad-spoken-language-identification
|
||||
|
||||
go 1.12
|
||||
|
||||
replace github.com/k2-fsa/sherpa-onnx-go/sherpa_onnx => ../
|
||||
1
scripts/go/_internal/vad-spoken-language-identification/main.go
Symbolic link
1
scripts/go/_internal/vad-spoken-language-identification/main.go
Symbolic link
@@ -0,0 +1 @@
|
||||
/Users/fangjun/open-source/sherpa-onnx/go-api-examples/vad-spoken-language-identification/main.go
|
||||
1
scripts/go/_internal/vad-spoken-language-identification/run.sh
Symbolic link
1
scripts/go/_internal/vad-spoken-language-identification/run.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
/Users/fangjun/open-source/sherpa-onnx/go-api-examples/vad-spoken-language-identification/run.sh
|
||||
Reference in New Issue
Block a user