-
Notifications
You must be signed in to change notification settings - Fork 249
Javascript or WASM port ? #76
Description
Hi,
the FAQs of openWakeWord says about Javascript support: "This is not currently on the roadmap, but please open an issue/start a discussion if this feature is of particular interest"
So that's what i'm doing here now... because I'm interested in such feature (for my Voice recognition web interface).
I've done my best to solve this myself. Tried to modify and Emscripten a openWakeWord-cpp WASM (which crashes on load). Also tried to modify existing onnxruntime VAD solutions (like SileroVAD or "rajashekar/WakeWordDetector"). But there i'll have to completely modify re-implement tensor inputs/outputs etc. which is currently above my abilities.
So, if you could implement support for javascript that would be really nice !
Or maybe you have information what i could use as alternative for wake detection in javascript (with my own onnx wake word model) ?
(as alternative i'll try to implement the wake detection with openWakeWord via websockets for the microphone audio between my web app and python flask)