solyarisoftware/voskJs
Vosk ASR offline engine API for NodeJs developers. With a simple HTTP ASR server.
Provides both sentence-based and event-driven streaming APIs for speech recognition, emitting `partial`, `endOfSpeech`, and `final` events as audio is processed. Built as a functional wrapper around Vosk's DNN-HMM architecture (based on Kaldi), supporting low-latency offline transcription (<500ms) with multi-threaded server deployments and optional grammar constraints. Includes CLI tools (`voskjs`, `voskjshttp`) and integrates with frameworks like Rhasspy for voice assistant applications.
No commits in the last 6 months. Available on npm.
Stars
56
Forks
9
Language
JavaScript
License
—
Category
Last pushed
Jul 02, 2021
Monthly downloads
122
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/solyarisoftware/voskJs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
k2-fsa/sherpa-onnx
Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and...
ccoreilly/vosk-browser
A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
alphacep/vosk
VOSK Speech Recognition Toolkit
alphacep/vosk-server
WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
alphacep/vosk-asterisk
Speech Recognition in Asterisk with Vosk Server