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-09-09 10:22:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-09-09 10:22:42 +0800
Commit
857cb5075c477f8aa70559a3c256b90feaea8b80
857cb507
1 parent
363b8e4c
Fix typos (#1330)
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
README.md
python-api-examples/speaker-identification-with-vad-non-streaming-asr.py
README.md
查看文件 @
857cb50
...
...
@@ -91,7 +91,7 @@ installing anything. All you need is a browser.
| Audio tagging |
[
Click me
][
hf-space-audio-tagging
]
|
| Spoken language identification with
[
Whisper
][
Whisper
]
|
[
Click me
][
hf-space-slid-whisper
]
|
We also have spaces built using WebAssembly. The are listed below:
We also have spaces built using WebAssembly. The
y
are listed below:
| Description | Huggingface space| ModelScope space|
|------------------------------------------------------------------------------------------|------------------|-----------------|
...
...
python-api-examples/speaker-identification-with-vad-non-streaming-asr.py
查看文件 @
857cb50
...
...
@@ -52,7 +52,7 @@ to download a non-streaming ASR model.
Assume the filename of the text file is speaker.txt.
python3 ./python-api-examples/speaker-identification-with-vad.py
\
python3 ./python-api-examples/speaker-identification-with-vad
-non-streaming-asr
.py
\
--silero-vad-model=/path/to/silero_vad.onnx
\
--speaker-file ./speaker.txt
\
--model ./wespeaker_zh_cnceleb_resnet34.onnx
...
...
请
注册
或
登录
后发表评论