Release v1.9.15 (#719)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
||||||
project(sherpa-onnx)
|
project(sherpa-onnx)
|
||||||
|
|
||||||
set(SHERPA_ONNX_VERSION "1.9.14")
|
set(SHERPA_ONNX_VERSION "1.9.15")
|
||||||
|
|
||||||
# Disable warning about
|
# Disable warning about
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ if [ ! -f ./sr-data/enroll/fangjun-sr-1.wav ]; then
|
|||||||
git clone https://github.com/csukuangfj/sr-data
|
git clone https://github.com/csukuangfj/sr-data
|
||||||
fi
|
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 mod tidy
|
||||||
go build
|
go build
|
||||||
./speaker-identification
|
./vad-speaker-identification
|
||||||
|
|||||||
Reference in New Issue
Block a user