Publish node-addon-api wrapper for sherpa-onnx as npm packages (#829)
This commit is contained in:
53
.github/scripts/node-addon/package-optional.json
vendored
Normal file
53
.github/scripts/node-addon/package-optional.json
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "sherpa-onnx-PLATFORM-ARCH",
|
||||
"version": "SHERPA_ONNX_VERSION",
|
||||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/k2-fsa/sherpa-onnx.git"
|
||||
},
|
||||
"keywords": [
|
||||
"speech to text",
|
||||
"text to speech",
|
||||
"transcription",
|
||||
"real-time speech recognition",
|
||||
"without internet connection",
|
||||
"embedded systems",
|
||||
"open source",
|
||||
"zipformer",
|
||||
"asr",
|
||||
"tts",
|
||||
"stt",
|
||||
"c++",
|
||||
"onnxruntime",
|
||||
"onnx",
|
||||
"ai",
|
||||
"next-gen kaldi",
|
||||
"offline",
|
||||
"privacy",
|
||||
"open source",
|
||||
"vad",
|
||||
"speaker id",
|
||||
"language id",
|
||||
"node-addon-api",
|
||||
"streaming speech recognition",
|
||||
"speech",
|
||||
"recognition"
|
||||
],
|
||||
"author": "The next-gen Kaldi team",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/k2-fsa/sherpa-onnx/issues"
|
||||
},
|
||||
"homepage": "https://github.com/k2-fsa/sherpa-onnx#readme",
|
||||
"os": [
|
||||
"PLATFORM"
|
||||
],
|
||||
"cpu": [
|
||||
"ARCH"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user