Update doc links for HarmonyOS (#1601)

This commit is contained in:
Fangjun Kuang
2024-12-06 17:38:40 +08:00
committed by GitHub
parent 84821b1f99
commit 91a43cccff
4 changed files with 20 additions and 36 deletions

View File

@@ -2,8 +2,13 @@
- [./SherpaOnnxHar](./SherpaOnnxHar) It is for building `sherpa_onnx.har`.
If you don't need to change the C++ or Typescript code of sherpa-onnx, then
you can download pre-built `sherpa_onnx.har` from us. Please refer to
our [doc](https://k2-fsa.github.io/sherpa/onnx) for how to download it.
you can download pre-built `sherpa_onnx.har` from us. Just run `ohpm install sherpa_onnx`.
Please refer to our [doc](https://k2-fsa.github.io/sherpa/onnx/harmony-os/how-to-build-har.html)
if you want to build `sherpa-onnx` from source.
- [./SherpaOnnxVadAsr](./SherpaOnnxVadAsr) It shows how to use
VAD + Non-streaming ASR for speech recognition.
Please see the doc at <https://k2-fsa.github.io/sherpa/onnx/harmony-os/vad-asr.html>
- [./SherpaOnnxTts](./SherpaOnnxTts) It shows how to run on-device text-to-speech.
Please see the doc at <https://k2-fsa.github.io/sherpa/onnx/harmony-os/tts.html>