mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 09:12:22 +00:00
Stopped audio encoder outputting directly
This commit is contained in:
parent
18e35d82e1
commit
82206e75b6
2 changed files with 0 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ var AudioEncoder = (function () {
|
|||
|
||||
var p = cpoc.spawnSync(choice);
|
||||
if (!p.error) {
|
||||
console.log("found " + choice);
|
||||
this.choice = choice;
|
||||
return choice;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ class AudioEncoder{
|
|||
for(var choice of choices){
|
||||
var p = cpoc.spawnSync(choice);
|
||||
if(!p.error){
|
||||
console.log("found " + choice);
|
||||
this.choice = choice;
|
||||
return choice;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue