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",
str(_input),
"-b:a",
"44.1k",
"64k",
"-af",
"volume=%d" % (level / 100),
"-vn"
str(output),
),
capture_output=True,