Skip to content

Commit

Permalink
Release v1.9.15 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Mar 29, 2024
1 parent 6da4a1c commit 43af1e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)

set(SHERPA_ONNX_VERSION "1.9.14")
set(SHERPA_ONNX_VERSION "1.9.15")

# Disable warning about
#
Expand Down
6 changes: 5 additions & 1 deletion go-api-examples/vad-speaker-identification/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ if [ ! -f ./sr-data/enroll/fangjun-sr-1.wav ]; then
git clone https://github.com/csukuangfj/sr-data
fi

if [ ! -f ./silero_vad.onnx ]; then
curl -SL -O https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx
fi

go mod tidy
go build
./speaker-identification
./vad-speaker-identification

0 comments on commit 43af1e6

Please sign in to comment.