Add ability to pause and resume audio thats being played

This commit is contained in:
Michael Petö
2016-03-19 21:54:25 +01:00
parent 204bdca555
commit 462adfbad3
4 changed files with 53 additions and 13 deletions

View File

@@ -8,6 +8,10 @@ function _inherits(subClass, superClass) { if (typeof superClass !== 'function'
var Transform = require('stream').Transform;
/**
* @see https://github.com/reneraab/pcm-volume/blob/master/index.js Inspired by this script
*/
var Volume = (function (_Transform) {
_inherits(Volume, _Transform);