HI. Seeing that the speech recognition API seems to be somewhat stuck in its tracks (https://caniuse.com/#search=speech%20recognition , https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition), I was wondering how I could get a browser on most devices (inluding iOS) to reliably recognize simple words, like yes/no. I realize that it could, of course, be done online, but we'd need that to work offline (with the option of confirming/checking online later). Maybe there's something available for WebAssembly. Sites I visited based on google searches were somewhat vague. Anybody doing similar research or have something in prod already?
Ask HN: How to do local speech recognition in browsers? | Heykuki News