Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

mozilla/speaktome-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SpeakToMe API

Version License

JavaScript module for Mozilla's SpeakToMe API.

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My Speech-enabled Web Page</title>
  <script src="stm_web.min.js"></script>
</head>

<body>
<script>
	var stm = SpeakToMe({
		listener: listener
	});

	function listener(msg) {
		console.log('listener', msg);
	}
	stm.listen();
</script>
</body>

About

DEPRECATED - JavaScript modules for Mozilla's cloud speech recognition API.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published