fix typo in hookEncodingProcess (#391)

Programmix sucks at this
This commit is contained in:
Brian Tanner
2016-05-30 18:02:18 -04:00
committed by abalabahaha
parent 6b5f4fa773
commit 750f2a2b1b
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ var AudioEncoder = (function () {
this.volume.once("readable", function () {
var data = {
proc: enc,
stream: _this4.volume,
stream: this.volume,
channels: 2
};