Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

  1. basic.js: Shows the most basic usage when the hot word is detected the program exits.
  2. compatibility.js: A wrapper useful when you can not be certain the program is running on a compatible device. For instance when building an application with Electron.
  3. google-speech.js: Shows how to use hot word detection in combination with Google's Speech API for transcribing audio to text after the hot word has been said.
  4. write-file.js: Shows how to write the audio spoken after the hot word has been detected to local storage.