ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

WASM deprecated feature issues, #2437

Open StudioDribDrab opened 1 month ago

StudioDribDrab commented 1 month ago

Hello👋 I’m trying to set up and run whisper.wasm locally in my Chrome browser, but I’m encountering several errors and missing functions. When the webpage/UI first loads, I see the error "SharedArrayBuffer is not defined," which indicates a reliance on a deprecated feature. (Chrome highlights that "SharedArrayBuffer will require cross-origin isolation.")

Since the WASM build of Whisper doesn’t seem to have been updated recently, I’m wondering if it’s still functional or how far I should go in troubleshooting these issues if the core requirements of the build aren’t supported anymore.

Thank you!