Hark.js is part of RTCMultiConnection.js
// original source code is taken from:
// https://github.com/SimpleWebRTC/hark
// copyright goes to &yet team
=
// 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) {});
=
RTCMultiConnection.js is released under MIT licence . Copyright (c) Muaz Khan.