ccoreilly / vosk-browser

A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
Apache License 2.0
364 stars 60 forks source link

Chrome support #4

Closed leokaplan closed 3 years ago

leokaplan commented 3 years ago

Hello, I want to understand why it does not work properly on chrome and what can I do to change this situation or workaround it.

ccoreilly commented 3 years ago

The library works perfectly in chrome, it is just the demo with transcription of files that needs some reworking in chrome. If you can fix it please open a PR! :)

leokaplan commented 3 years ago

Oh, ok, thanks!