5 Voice Control JavaScript Libraries for Developers

In this article we have collected 5 awesome voice control and speech recognition libraries that will help you to easily add voice commands into your websites. So what are you waiting for lets check out these voice control libraries, and start adding voice commands to your websites. Enjoy !!

1. annyang.js

annyang
annyang is a tiny javascript library that lets your visitors control your site with voice commands. annyang has no dependencies, weighs less than 1kb, and is free to use and modify. annyang understands commands with named variables, splats, and optional words. Use named variables for one word arguments in your command. Use splats to capture multi-word text at the end of your command (greedy). Use optional words or phrases to define a part of the command as optional.

2. Voix.js

voixjs
Voix.JS is handy, lightweight JavaScript library for adding voice commands to your site, games like Betend, and apps. Voix.JS is browser compatible and progressively enhancing browsers that support SpeechRecognition, while leaving users with older browsers unaffected.

3. Voice-Commands.js

voicecommandjs
Voice Command.js is a Simple wrapper for Javascript Speech-to-text to add voice commands.

4. JuliusJS

juliusjs
JuliusJS is a speech recognition library for the web.It actively listens to the user to transcribe what they are saying through a callback.

5. PocketSphinx.js

Pocketsphinxjs
Pocketsphinx.js is a speech recognition library written entirely in JavaScript and running entirely in the web browser. It does not require flash or any browser plug-in and does not do any server-side processing. It makes use of Emscripten to convert PocketSphinx, an open-source speech recognizer written in C, into JavaScript. Audio is recorded with the getUserMedia JavaScript API and processed through the Web Audio API.



Responsive Menu
Add more content here...