guoxiangyang
Committed by GitHub

update wasm/vad-asr/assets/README.md for more clear (#2297)

Co-authored-by: gxy <gxy@conwi.cn>
@@ -18,6 +18,20 @@ Please refer to @@ -18,6 +18,20 @@ Please refer to
18 https://k2-fsa.github.io/sherpa/onnx/lazarus/generate-subtitles.html#download-a-speech-recognition-model 18 https://k2-fsa.github.io/sherpa/onnx/lazarus/generate-subtitles.html#download-a-speech-recognition-model
19 for how to rename. 19 for how to rename.
20 20
  21 +The renamed file shoud put in current folder( ```/<repo>/wasm/vad-asr/assets```)
  22 +Example after download sense-voice model
  23 +```
  24 +tree ~/work/github/sherpa-onnx/wasm/vad-asr/assets
  25 +/home/gxy/work/github/sherpa-onnx/wasm/vad-asr/assets
  26 +├── README.md
  27 +├── sense-voice.onnx
  28 +├── silero_vad.onnx
  29 +└── tokens.txt
  30 +
  31 +1 directory, 4 files
  32 +```
  33 +
  34 +
21 You can find example build scripts at the following address: 35 You can find example build scripts at the following address:
22 36
23 https://github.com/k2-fsa/sherpa-onnx/blob/master/.github/workflows/wasm-simd-hf-space-vad-asr.yaml 37 https://github.com/k2-fsa/sherpa-onnx/blob/master/.github/workflows/wasm-simd-hf-space-vad-asr.yaml