This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/harmony-os/SherpaOnnxHar/sherpa_onnx/oh-package.json5
2025-07-10 15:31:26 +08:00

29 lines
786 B
Plaintext

{
"name": "sherpa_onnx",
"version": "1.12.5",
"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",
"homepage": "https://github.com/k2-fsa/sherpa-onnx",
"repository": "https://github.com/k2-fsa/sherpa-onnx/tree/master/harmony-os/SherpaOnnxHar",
"dependencies": {
"libsherpa_onnx.so": "file:./src/main/cpp/types/libsherpa_onnx"
},
"keywords": [
"语音识别",
"语音合成",
"说话人日志",
"新一代Kaldi",
"不联网",
"本地",
"tts",
"asr",
"privacy",
"open-source",
],
"bugs": {
"url": "https://github.com/k2-fsa/sherpa-onnx/issues"
},
}