Skip to content

Commit 43af1e6

Browse files
authored
Release v1.9.15 (#719)
1 parent 6da4a1c commit 43af1e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22
project(sherpa-onnx)
33

4-
set(SHERPA_ONNX_VERSION "1.9.14")
4+
set(SHERPA_ONNX_VERSION "1.9.15")
55

66
# Disable warning about
77
#

go-api-examples/vad-speaker-identification/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ if [ ! -f ./sr-data/enroll/fangjun-sr-1.wav ]; then
88
git clone https://github.com/csukuangfj/sr-data
99
fi
1010

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+
1115
go mod tidy
1216
go build
13-
./speaker-identification
17+
./vad-speaker-identification

0 commit comments

Comments
 (0)