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
2024-05-21 11:50:13 +08:00

12 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
if [ ! -f ./silero_vad.onnx ]; then
curl -SL -O https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx
fi
go mod tidy
go build
./vad