Fix boost

This commit is contained in:
Nexus 2023-11-12 16:55:39 +00:00 committed by GitHub
parent 004542c69b
commit 9773031505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,11 +359,12 @@ class VoiceCog(commands.Cog):
"-hide_banner", "-hide_banner",
"-i", "-i",
str(_input), str(_input),
"-c:a libopus", "-c:a",
"libopus",
"-b:a", "-b:a",
"64k", "64k",
"-af", "-af",
"volume=%d" % (level / 100), "volume=%.2f" % (level / 100),
"-vn", "-vn",
str(output), str(output),
), ),