Skip to content

A tiny javascript Speech Recognition library that lets your users control your site with voice commands.

License

Notifications You must be signed in to change notification settings

osxi/meteor-annyang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-annyang

meteor add osxi:annyang

A tiny javascript Speech Recognition library that lets your users control your site with voice commands.

Globals

annyang is exposed on the client.

Example

// Let's define a command
var commands = {
  'hello': function() { alert('Hello world!'); }
};

// Add our commands to annyang
annyang.addCommands(commands);

// Start listening.
annyang.start();

Further Reading

For more info, see TalAter/annyang.

About

A tiny javascript Speech Recognition library that lets your users control your site with voice commands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published