Skip to content

Latest commit

 

History

History
 
 

hark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hark.js is part of RTCMultiConnection.js

// original source code is taken from:
// https://github.com/SimpleWebRTC/hark
// copyright goes to &yet team

=

How to use?

// https://www.rtcmulticonnection.org/hark.js

var options = {};
var speechEvents = hark(stream, options);

speechEvents.on('speaking', function () {});
speechEvents.on('stopped_speaking', function () {});
speechEvents.on('volume_change', function (volume, threshold) {});

=

License

RTCMultiConnection.js is released under MIT licence . Copyright (c) Muaz Khan.