Add Golang API for VAD (#708)
This commit is contained in:
10
go-api-examples/vad/run.sh
Executable file
10
go-api-examples/vad/run.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
if [ ! -f ./silero_vad.onnx ]; then
|
||||
curl -SL -O https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx
|
||||
fi
|
||||
|
||||
go mod tidy
|
||||
go build
|
||||
./vad
|
||||
Reference in New Issue
Block a user