mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
committed by
abalabahaha
parent
6b5f4fa773
commit
750f2a2b1b
@@ -160,7 +160,7 @@ var AudioEncoder = (function () {
|
|||||||
this.volume.once("readable", function () {
|
this.volume.once("readable", function () {
|
||||||
var data = {
|
var data = {
|
||||||
proc: enc,
|
proc: enc,
|
||||||
stream: _this4.volume,
|
stream: this.volume,
|
||||||
channels: 2
|
channels: 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ export default class AudioEncoder {
|
|||||||
this.volume.once("readable", function () {
|
this.volume.once("readable", function () {
|
||||||
var data = {
|
var data = {
|
||||||
proc: enc,
|
proc: enc,
|
||||||
stream: _this4.volume,
|
stream: this.volume,
|
||||||
channels: 2
|
channels: 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user