mirror of
https://github.com/danbulant/discord.js
synced 2026-06-17 13:41:29 +00:00
parent
6b5f4fa773
commit
750f2a2b1b
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ var AudioEncoder = (function () {
|
|||
this.volume.once("readable", function () {
|
||||
var data = {
|
||||
proc: enc,
|
||||
stream: _this4.volume,
|
||||
stream: this.volume,
|
||||
channels: 2
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ export default class AudioEncoder {
|
|||
this.volume.once("readable", function () {
|
||||
var data = {
|
||||
proc: enc,
|
||||
stream: _this4.volume,
|
||||
stream: this.volume,
|
||||
channels: 2
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue