DEV Community

Cover image for Tiny speech recognition web app with a funny game mode
JavaScript Room
JavaScript Room

Posted on

Tiny speech recognition web app with a funny game mode

Hey, devs! I've recently played with SpeechRecognition Web API, it was pretty nice to see how easy to recognize a speech with few lines of JavaScript code without using any library. Just a browser's API. I've ended up with the small app checking how good your accent is. It also has funny game-mode. But, unfortunately, it works only in modern browsers, since it's using a new web API.

The app lives on checkyouraccent.com

Feel free to play with it and check how many points you can score!

If you're interested in the source code, you can simply check it in the browser (it's pretty simple and not transpiled/minified). The implementation is quick and dirty, but if you like it I could make it open-sourced and refactor to be a good one. So please leave a comment if you like it. Cheers!

Oldest comments (0)