From a4546cec014f691497183101cd29bf39c38f1bb4 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 12 Nov 2023 17:01:52 +0000 Subject: [PATCH] ??? --- cogs/voice.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cogs/voice.py b/cogs/voice.py index 1520f4b..eecaa68 100644 --- a/cogs/voice.py +++ b/cogs/voice.py @@ -359,9 +359,12 @@ class VoiceCog(commands.Cog): "-hide_banner", "-i", str(_input), - "-c:a libopus", - "-b:a 64k", - "-af volume=%.2f" % (level / 100), + "-c:a", + "libopus", + "-b:a", + "64k", + "-af", + "volume=%.2f" % (level / 100), "-vn", str(output), ),