forked from k2-fsa/sherpa-onnx
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathoh-package.json5
More file actions
28 lines (28 loc) · 786 Bytes
/
Copy pathoh-package.json5
File metadata and controls
28 lines (28 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "sherpa_onnx",
"version": "1.12.4",
"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"
},
}