diff --git a/cogs/voice.py b/cogs/voice.py index 8998ac5..39eafaa 100644 --- a/cogs/voice.py +++ b/cogs/voice.py @@ -360,9 +360,10 @@ class VoiceCog(commands.Cog): "-i", str(_input), "-b:a", - "44.1k", + "64k", "-af", "volume=%d" % (level / 100), + "-vn" str(output), ), capture_output=True,