Skip to content

iSpeech's open source javascript SDK for speech recognition (ASR) API, enables you to easily create Web applications using iSpeech freeform, command or custom statistical language models. The speech recognition API powering this speech recognition SDK supports nearly 30 languages and accents. The acoustic models are based on huge amounts of low …

License

Notifications You must be signed in to change notification settings

iSpeech/iSpeech-Speech-Recognition-ASR-Voice-Recognition.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition - ASR

iSpeech's javascript speech recognition apis.

This class enables web based speech recognition using iSpeech's servers. It requires two files, iSpeechRecognizer.js and iSpeechWorker.js. To initialize iSpeechRecognizer use the code below:

audioRecognizer = new iSpeechRecognizer({
	apiKey: 'developerdemokeydeveloperdemokey',
	silenceDetection: true,
	workerLoc: 'iSpeechWorker.js'
});

where workerLoc is the location of the iSpeechWorker.js file. To start audio recognition call: audioRecognizer.start(); Which will prompt the user to allow audio recording. Note: if your site does not use https, the user will be prompted every time for permission to record. The recognizer will continue to record until it is stopped, either with audioRecognizer.stop(); or silence detection is enabled and silence is detected. For more information refer to the documentation in doc/.

To request a valid apiKey contact dev@ispeech.org

About

iSpeech's open source javascript SDK for speech recognition (ASR) API, enables you to easily create Web applications using iSpeech freeform, command or custom statistical language models. The speech recognition API powering this speech recognition SDK supports nearly 30 languages and accents. The acoustic models are based on huge amounts of low …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published