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_bi_series-sherpa-onnx/go-api-examples/vad/run.sh

12 lines
183 B
Bash
Raw Normal View History

2024-03-27 12:09:39 +08:00
#!/usr/bin/env bash
2024-05-21 11:50:13 +08:00
set -ex
2024-03-27 12:09:39 +08:00
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