Add Golang API for spoken language identification. (#709)

This commit is contained in:
Fangjun Kuang
2024-03-27 19:40:25 +08:00
committed by GitHub
parent 12efbf7397
commit a042f44076
10 changed files with 242 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
vad-spoken-language-identification

View File

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

View File

@@ -0,0 +1 @@
/Users/fangjun/open-source/sherpa-onnx/go-api-examples/vad-spoken-language-identification/main.go

View File

@@ -0,0 +1 @@
/Users/fangjun/open-source/sherpa-onnx/go-api-examples/vad-spoken-language-identification/run.sh