Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-03-29 19:58:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-03-29 19:58:04 +0800
Commit
43af1e6951d00a164fb2c2c8cd48622ff4df25b8
43af1e69
1 parent
6da4a1c1
Release v1.9.15 (#719)
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
CMakeLists.txt
go-api-examples/vad-speaker-identification/run.sh
CMakeLists.txt
查看文件 @
43af1e6
cmake_minimum_required
(
VERSION 3.13 FATAL_ERROR
)
project
(
sherpa-onnx
)
set
(
SHERPA_ONNX_VERSION
"1.9.1
4
"
)
set
(
SHERPA_ONNX_VERSION
"1.9.1
5
"
)
# Disable warning about
#
...
...
go-api-examples/vad-speaker-identification/run.sh
查看文件 @
43af1e6
...
...
@@ -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
...
...
请
注册
或
登录
后发表评论