JavaScript API (node-addon) for speaker diarization (#1408)
This commit is contained in:
22
.github/scripts/node-addon/package-optional.json
vendored
22
.github/scripts/node-addon/package-optional.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sherpa-onnx-PLATFORM2-ARCH",
|
||||
"version": "SHERPA_ONNX_VERSION",
|
||||
"description": "Speech-to-text and text-to-speech using Next-gen Kaldi without internet connection",
|
||||
"description": "Speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without internet connection",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@@ -16,8 +16,18 @@
|
||||
"transcription",
|
||||
"real-time speech recognition",
|
||||
"without internet connection",
|
||||
"locally",
|
||||
"local",
|
||||
"embedded systems",
|
||||
"open source",
|
||||
"diarization",
|
||||
"speaker diarization",
|
||||
"speaker recognition",
|
||||
"speaker",
|
||||
"speaker segmentation",
|
||||
"speaker verification",
|
||||
"spoken language identification",
|
||||
"sherpa",
|
||||
"zipformer",
|
||||
"asr",
|
||||
"tts",
|
||||
@@ -30,13 +40,13 @@
|
||||
"offline",
|
||||
"privacy",
|
||||
"open source",
|
||||
"vad",
|
||||
"speaker id",
|
||||
"language id",
|
||||
"node-addon-api",
|
||||
"streaming speech recognition",
|
||||
"speech",
|
||||
"recognition"
|
||||
"recognition",
|
||||
"vad",
|
||||
"node-addon-api",
|
||||
"speaker id",
|
||||
"language id"
|
||||
],
|
||||
"author": "The next-gen Kaldi team",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user