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",
"-i",
str(_input),
"-c:a libopus",
"-c:a",
"libopus",
"-b:a",
"64k",
"-af",
"volume=%d" % (level / 100),
"volume=%.2f" % (level / 100),
"-vn",
str(output),
),