Skip to content

Instantly share code, notes, and snippets.

View alex-malyita's full-sized avatar

Malyita Alexandr alex-malyita

  • Ukraine
View GitHub Profile
@alex-malyita
alex-malyita / Speech Recognition JS
Last active December 10, 2017 14:12
Javascript Speech Recognition in browser
// SPEECH RECOGNITION
//
// For example
//
// import SpeechRecognition from './SpeechRecognition';
//
// const speech = new SpeechRecognition();
// speech.on('onResult', result => {});
class SpeechRecognition {