Release v1.10.34 (#1611)

This commit is contained in:
Fangjun Kuang
2024-12-10 20:29:33 +08:00
committed by GitHub
parent 914cbad6a3
commit e011e849d4
29 changed files with 67 additions and 51 deletions

View File

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

View File

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