We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da4a1c commit 43af1e6Copy full SHA for 43af1e6
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
2
project(sherpa-onnx)
3
4
-set(SHERPA_ONNX_VERSION "1.9.14")
+set(SHERPA_ONNX_VERSION "1.9.15")
5
6
# Disable warning about
7
#
go-api-examples/vad-speaker-identification/run.sh
@@ -8,6 +8,10 @@ if [ ! -f ./sr-data/enroll/fangjun-sr-1.wav ]; then
8
git clone https://github.com/csukuangfj/sr-data
9
fi
10
11
+if [ ! -f ./silero_vad.onnx ]; then
12
+ curl -SL -O https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx
13
+fi
14
+
15
go mod tidy
16
go build
-./speaker-identification
17
+./vad-speaker-identification
0 commit comments