Hi folks, I’d like to introduce you to my Jaxcore project in case you haven’t heard of it. I’ve got DeepSpeech working to control your computer mouse with your voice (say things like “left click”, “mouse up 100”, “scroll down” etc). It’s quite fun. And I’ve added a new “hello world” microphone example that should give you a hint of how to make your own voice control scripts using this library:
Only the command line examples are working for now – there is a web component to this project too, but they’re broken at the moment because I’m busy rewriting the web browser extension and desktop app.
I also got the library to work in a forked process – so DeepSpeech is running in a separate process and relays the results to your main script so it doesn’t lock up your program while DeepSpeech is processing.