Back to Webrtc Experiment

README

hark/README.md

latest781 B
Original Source

Hark.js is part of <a href="http://www.RTCMultiConnection.org/">RTCMultiConnection.js</a>

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

=

How to use?

javascript
// 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.