vosk-browser and avr-asr-vosk
These are ecosystem siblings—one provides a WebAssembly implementation of Vosk for browser-based speech recognition, while the other integrates Vosk ASR into a specific voice response system, both building on the same underlying Vosk engine for different deployment contexts.
About vosk-browser
ccoreilly/vosk-browser
A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
Explicitly targets WebWorker execution to avoid blocking the main thread, with support for real-time microphone input or pre-recorded audio files across 13 languages. Integrates with the Web Audio API for audio processing and provides both npm and CDN distribution, offering event-based result callbacks for partial and final recognition outputs. The library wraps an updated Vosk WebAssembly build with a JavaScript API, handling model loading and audio pipeline management.
About avr-asr-vosk
agentvoiceresponse/avr-asr-vosk
This repository provides a real-time speech-to-text transcription service using Vosk ASR (Automatic Speech Recognition) integrated with the Agent Voice Response system.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work