Release v1.10.34 (#1611)
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
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>
|
||||
|
||||
- [./SherpaOnnxStreamingAsr](./SherpaOnnxStreamingAsr) It shows how to use
|
||||
streaming ASR models for real-time on-device speech recognition.
|
||||
- [./SherpaOnnxSpeakerDiarization](./SherpaOnnxSpeakerDiarization) It shows how
|
||||
to run on-device speaker diarization.
|
||||
|
||||
- [./SherpaOnnxSpeakerIdentification](./SherpaOnnxSpeakerIdentification) It shows how to use
|
||||
speaker embedding models for on-device speaker identification.
|
||||
|
||||
- [./SherpaOnnxStreamingAsr](./SherpaOnnxStreamingAsr) It shows how to use
|
||||
streaming ASR models for real-time on-device speech recognition.
|
||||
|
||||
- [./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>
|
||||
|
||||
- [./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>
|
||||
|
||||
@@ -23,7 +23,7 @@ or update your `oh-package.json5` to include the following:
|
||||
|
||||
```
|
||||
"dependencies": {
|
||||
"sherpa_onnx": "1.10.33",
|
||||
"sherpa_onnx": "1.10.34",
|
||||
},
|
||||
```
|
||||
|
||||
@@ -33,8 +33,11 @@ Note that we recommend always using the latest version.
|
||||
|
||||
| Demo | URL | Description|
|
||||
|------|-----|------------|
|
||||
|SherpaOnnxStreamingAsr|[Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxStreamingAsr)|On-device real-time/streaming speech recognition with Next-gen Kaldi|
|
||||
|SherpaOnnxVadAsr|[Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxVadAsr)|It shows how to use VAD with a non-streaming ASR model for on-device speech recognition without accessing the network |
|
||||
|SherpaOnnxTts|[Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxTts)|It shows how to use Next-gen Kaldi for on-device text-to-speech (TTS, i.e., speech synthesis)|
|
||||
|SherpaOnnxSpeakerDiarization|[Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxSpeakerDiarization)|On-device speaker diarization with Next-gen Kaldi|
|
||||
|SherpaOnnxSpeakerIdentification|[Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxSpeakerIdentification)|On-device speaker identification with Next-gen Kaldi|
|
||||
|
||||
# Documentation
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sherpa_onnx",
|
||||
"version": "1.10.33",
|
||||
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
|
||||
"version": "1.10.34",
|
||||
"description": "On-device speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without Internet connection",
|
||||
"main": "Index.ets",
|
||||
"author": "The next-gen Kaldi team",
|
||||
"license": "Apache-2.0",
|
||||
@@ -13,14 +13,14 @@
|
||||
"keywords": [
|
||||
"语音识别",
|
||||
"语音合成",
|
||||
"说话人日志",
|
||||
"新一代Kaldi",
|
||||
"不联网",
|
||||
"本地",
|
||||
"tts",
|
||||
"asr",
|
||||
"locally",
|
||||
"diarization",
|
||||
"privacy",
|
||||
"open-source",
|
||||
"speaker",
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/k2-fsa/sherpa-onnx/issues"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"sherpa_onnx": "1.10.33"
|
||||
"sherpa_onnx": "1.10.34"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"sherpa_onnx": "1.10.33",
|
||||
"sherpa_onnx": "1.10.34",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"sherpa_onnx": "1.10.33",
|
||||
"sherpa_onnx": "1.10.34",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"sherpa_onnx": "1.10.33",
|
||||
"sherpa_onnx": "1.10.34",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Introduction
|
||||
|
||||
Please download ./sherpa_onnx-v1.10.33.har
|
||||
Please download ./sherpa_onnx-v1.10.34.har
|
||||
from <https://huggingface.co/csukuangfj/sherpa-onnx-harmony-os/tree/main/har>
|
||||
|
||||
Hint: For users who have no access to huggingface, please use
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
// please see https://ohpm.openharmony.cn/#/cn/detail/sherpa_onnx
|
||||
"sherpa_onnx": "1.10.33",
|
||||
"sherpa_onnx": "1.10.34",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user