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

Is the model downloaded or loaded on the browser side?? #3

Closed kavehcs closed 3 years ago

kavehcs commented 3 years ago

Hello and have a good time

Is the model downloaded or loaded on the browser side??

In the firefox browser, when I am loading the model, the models are downloaded and remain in the loading mode err

ccoreilly commented 3 years ago

Models are downloaded in the background by the web worker. Can you provide more information?