Add JavaScript API (wasm) for speech enhancement GTCRN models (#2007)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sherpa-onnx-PLATFORM2-ARCH",
|
||||
"version": "SHERPA_ONNX_VERSION",
|
||||
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
|
||||
"description": "Speech-to-text, text-to-speech, speaker diarization, and speech enhancement using Next-gen Kaldi without internet connection",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@@ -46,7 +46,9 @@
|
||||
"vad",
|
||||
"node-addon-api",
|
||||
"speaker id",
|
||||
"language id"
|
||||
"language id",
|
||||
"speech enhancement",
|
||||
"denoising"
|
||||
],
|
||||
"author": "The next-gen Kaldi team",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
6
.github/scripts/node-addon/package.json
vendored
6
.github/scripts/node-addon/package.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sherpa-onnx-node",
|
||||
"version": "SHERPA_ONNX_VERSION",
|
||||
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
|
||||
"description": "Speech-to-text, text-to-speech, speaker diarization, and speech enhancement using Next-gen Kaldi without internet connection",
|
||||
"main": "sherpa-onnx.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@@ -46,7 +46,9 @@
|
||||
"vad",
|
||||
"node-addon-api",
|
||||
"speaker id",
|
||||
"language id"
|
||||
"language id",
|
||||
"speech enhancement",
|
||||
"denoising"
|
||||
],
|
||||
"author": "The next-gen Kaldi team",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user