| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "sherpa-onnx-node",
- "version": "1.13.6",
- "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"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/csukuangfj/sherpa-onnx.git"
- },
- "keywords": [
- "speech to text",
- "text to speech",
- "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",
- "stt",
- "c++",
- "onnxruntime",
- "onnx",
- "ai",
- "next-gen kaldi",
- "offline",
- "privacy",
- "open source",
- "streaming speech recognition",
- "speech",
- "recognition",
- "vad",
- "node-addon-api",
- "speaker id",
- "language id",
- "speech enhancement",
- "denoising"
- ],
- "author": "The next-gen Kaldi team",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/csukuangfj/sherpa-onnx/issues"
- },
- "homepage": "https://github.com/csukuangfj/sherpa-onnx#readme",
- "optionalDependencies": {
- "sherpa-onnx-darwin-arm64": "^1.13.6",
- "sherpa-onnx-darwin-x64": "^1.13.6",
- "sherpa-onnx-linux-x64": "^1.13.6",
- "sherpa-onnx-linux-arm64": "^1.13.6",
- "sherpa-onnx-win-x64": "^1.13.6",
- "sherpa-onnx-win-ia32": "^1.13.6"
- }
- }
|