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 everybody, I just saw this project and thought it was very interesting and fits quite well to a library I've just released :slightly_smiling_face: . For my SEPIA Open Assistant...

Hello. First of all very big thank you for this project. I am trying to create an example with a speaker model to get the X-vector of the speaker (voice...

First of all, excellent work. Vosk is great as it is, and this library makes it even better. I am experiencing a heavy delay on transcription when pulling in a...

I have two questions: 1. Is there a documentation for the library available for any parameters that can be set? 2. Is there the possibility to get numbers as number...

after clonning the project and switching to the branch "make-builder-reproducible" and updated the submodules "git submodule update --init --recursive" im having problems running the make rule builder ``` #14 482.2...

Is the demo working for you guys? for me just turning the mic on and saying a simple "hello" takes time for results and sometimes doesn't turn results at all,...

when trying to run the react example i get an error from the _stream_readable process undefined . `function maybeReadMore(stream, state) { if (!state.readingMore) { state.readingMore = true; process.nextTick(maybeReadMore_, stream, state);...

Hello I try to reproduce the work produced by [arbdevml](https://github.com/arbdevml) for issue #49. I fork the repository. I have docker, make installed. I reproduce the described steps : - on...

I'm trying to integrate `vosk-browser` into my Rust-based WASM project. First of, I'd like to note that the API documentation linked in the `README` could be more precise: I only...

This is my first pull request.