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