mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +00:00
Gave a reason why mono is used
This commit is contained in:
parent
e90a1a4ed6
commit
99a63db142
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class AudioEncoder{
|
||||||
"-i", file,
|
"-i", file,
|
||||||
"-f", "s16le",
|
"-f", "s16le",
|
||||||
"-ar", "48000",
|
"-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",
|
"-af", "volume=1",
|
||||||
"pipe:1"
|
"pipe:1"
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue