Committed by
GitHub
add a comment about how to download silero_vad.onnx (#346)
正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
| @@ -11,6 +11,14 @@ Supported file formats are those supported by ffmpeg; for instance, | @@ -11,6 +11,14 @@ Supported file formats are those supported by ffmpeg; for instance, | ||
| 11 | 11 | ||
| 12 | Note that you need a non-streaming model for this script. | 12 | Note that you need a non-streaming model for this script. |
| 13 | 13 | ||
| 14 | +Please visit | ||
| 15 | +https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx | ||
| 16 | +to download silero_vad.onnx | ||
| 17 | + | ||
| 18 | +For instance, | ||
| 19 | + | ||
| 20 | +wget https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx | ||
| 21 | + | ||
| 14 | (1) For paraformer | 22 | (1) For paraformer |
| 15 | 23 | ||
| 16 | ./python-api-examples/generate-subtitles.py \ | 24 | ./python-api-examples/generate-subtitles.py \ |
-
请 注册 或 登录 后发表评论