imanallahverdi

Results 4 comments of imanallahverdi

Hi Erik, I want to create a Speech-to-text extension that includes the Vosk model and works completely offline. As I understand it, I need manifest.json and vosk.js files, the Vosk...

> It should be possible, but what is the obstacle you are stuck on? As I said, I need the web assembly (WASM) file, which I can't find anywhere. I...

[chrome-extension.zip](https://github.com/user-attachments/files/21402529/chrome-extension.zip) > Also, I can't confirm myself now, but often the WASM file is in-lined into the JS file by the bundler. If you find the "vosk-web" folder under node_modules,...

> Ah, I'm ignorant here - no experience developing extensions. It looks maybe like a permissions issue with the browser in executing WASM. But I have little insight. Thank you...