Hark JavaScript

var speech = hark(stream, options);
speech.on('speaking', function() {
  console.log('Speaking!');
});
Mysterious Manatee