mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Gave a reason why mono is used
This commit is contained in:
@@ -22,7 +22,7 @@ class AudioEncoder{
|
||||
"-i", file,
|
||||
"-f", "s16le",
|
||||
"-ar", "48000",
|
||||
"-ac", "1",
|
||||
"-ac", "1", // this can be 2 but there's no point, discord makes it mono on playback, wasted bandwidth.
|
||||
"-af", "volume=1",
|
||||
"pipe:1"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user