Adding credit

This commit is contained in:
Aaron Scherer
2016-03-18 11:48:46 -07:00
parent 27a0361afc
commit 81549e737e

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();