add Voice Command, Fix #22

This commit is contained in:
chencheng 2014-07-29 19:41:45 +08:00
parent 4289ef2521
commit ec0a7c0e46

View File

@ -28,6 +28,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Log](#log)
* [RegExp](#regexp)
* [Media](#media)
* [Voice Command](#voice-command)
* UI
* [Loading Status](#loading-status)
* [Validation](#validation)
@ -316,6 +317,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [Ion.Sound](https://github.com/IonDen/ion.sound) - Simple sounds on any web page
## Voice Command
* [annyang](https://github.com/TalAter/annyang) - A JavaScript library for adding voice commands to your site, using speech recognition.
* [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games.
## Loading Status
*Libraries for indicate load status.*