Search code examples
javascriptcontrolslocalhostofflinevoice

Voice control script that works offline (localhost with no internet connection)


I'm looking for a voice control script for my website (it's like an app) working offline running on localhost with no internet access. I used talater.com/annyang, it super simple to use and works perfectly, but needs internet access to work. My question is: Do you know any voice control scripts that I can use offline (localhost, no internet access)? Thanks!


Solution

  • Firstly, this isn't the right place for such a question. Secondly, it's already been asked here: Software Recommendations/StackExchange

    There they suggested PocketSphinx JS. Also, some browsers now have a Web Speech API which you could implement or if you have Node.js at your disposal then there's a number of speech recognition packages (first brief npm search gave me this one: Speech Tree).