Fangjun Kuang
Committed by GitHub

add a comment about how to download silero_vad.onnx (#346)

@@ -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 \