This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/go-api-examples/vad/run.sh

11 lines
175 B
Bash
Raw Normal View History

2024-03-27 12:09:39 +08:00
#!/usr/bin/env bash
if [ ! -f ./silero_vad.onnx ]; then
curl -SL -O https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx
2024-03-27 12:09:39 +08:00
fi
go mod tidy
go build
./vad