Fix jimmy not stripping video stream in boost aidio

This commit is contained in:
Nexus 2023-11-12 16:49:24 +00:00 committed by GitHub
parent edd27fefdc
commit 3cbd4265eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,9 +360,10 @@ class VoiceCog(commands.Cog):
"-i", "-i",
str(_input), str(_input),
"-b:a", "-b:a",
"44.1k", "64k",
"-af", "-af",
"volume=%d" % (level / 100), "volume=%d" % (level / 100),
"-vn"
str(output), str(output),
), ),
capture_output=True, capture_output=True,