mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Optimisations
This commit is contained in:
@@ -27,6 +27,8 @@ class AudioEncoder{
|
||||
"pipe:1"
|
||||
]);
|
||||
|
||||
var rcvd = 0;
|
||||
|
||||
enc.stdout.on("readable", function() {
|
||||
callback(null, enc.stdout);
|
||||
resolve(enc.stdout)
|
||||
|
||||
Reference in New Issue
Block a user