From 99a63db14249a4436e3a0652a235500c275d19cd Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sat, 7 Nov 2015 22:34:39 +0000 Subject: [PATCH] Gave a reason why mono is used --- src/Voice/AudioEncoder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Voice/AudioEncoder.js b/src/Voice/AudioEncoder.js index 3f8e10526..ad3a2e20d 100644 --- a/src/Voice/AudioEncoder.js +++ b/src/Voice/AudioEncoder.js @@ -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" ]);