This commit is contained in:
Nexus 2023-11-12 17:01:52 +00:00 committed by GitHub
parent 1c917d6bea
commit a4546cec01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
),