fix some voice stuff

This commit is contained in:
Amish Shah
2016-08-25 14:49:10 +01:00
parent 7b2d76429f
commit 6d7e649bb1
4 changed files with 12 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ class StreamDispatcher extends EventEmitter {
data.length = 20;
data.missed = 0;
data.startTime = Date.now();
this._send();
this.stream.once('readable', () => this._send());
}
_pause(value) {