From ec0a7c0e46e6650fe241ffcdba56445241705f89 Mon Sep 17 00:00:00 2001 From: chencheng Date: Tue, 29 Jul 2014 19:41:45 +0800 Subject: [PATCH] add Voice Command, Fix #22 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b0c4003..a78f2e9 100644 --- a/README.md +++ b/README.md @@ -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.*