vosk-browser icon indicating copy to clipboard operation
vosk-browser copied to clipboard

A speech recognition library running in the browser thanks to a WebAssembly build of Vosk

Results 19 vosk-browser issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use vosk-browser with several static 2-10sec waveforms. I'm starting the recognizer with acceptWaveformFloat(). There are two problems: 1. There is no way to reset the start/end...

Hi, the word confidence value is always 1. Thanks for this great lib! Lorenz

Fix #65 Add setMaxAlternatives interface to enable the alternative outputs from the results.

- Update kaldi commit and patch - Use clapack-wasm fork - Use cache when building and push latest tag Solves #64

Hello, I need to access to the transcription and its alternatives with their respective score. But the function SetMaxAlternatives is not available yet in JS.

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be...

I am able to get the build to complete (when using the modification made in #56), but I cannot find the output files. I run the build by running `make`...

This is not really an issue. But I went through remaking the repo from scratch using newer web technology and features: https://github.com/msqr1/Vosklet. Can I merge some changes over there to...

Hi, is there a way to get something like a ready state from the recognizer? I have the problem that it takes some seconds until the recognizer is really recognizing...