Open
Description
Whisper.cpp supports webasm and even has some online demos running into browser.
I didn't research that, but it seems that Unity support native C++ plugins for WebGL builds. So in theory, you can use cmake to compile whisper.cpp into .bc
and embed it into web unity build.
Also Unity doesn't support microphone input for WebGL out of the box and you need third-party plugin to record anything.