Merge pull request #223 from aequasi/patch-1

Adding credit
This commit is contained in:
abalabahaha
2016-03-18 11:55:19 -07:00

View File

@@ -1,5 +1,8 @@
const Transform = require('stream').Transform;
/**
* @see https://github.com/reneraab/pcm-volume/blob/master/index.js Inspired by this script
*/
class Volume extends Transform {
constructor(volume) {
super();