mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Split ffmpeg args
FFmpeg is actually capable of parsing this correctly but we split it for consistency's sake.
This commit is contained in:
parent
62c1ab21b2
commit
b276f3f5a2
@ -439,8 +439,8 @@ class FFmpegOpusAudio(FFmpegAudio):
|
||||
'-ac', '2',
|
||||
'-b:a', f'{bitrate}k',
|
||||
'-loglevel', 'warning',
|
||||
'-fec true',
|
||||
'-packet_loss 15',
|
||||
'-fec', 'true',
|
||||
'-packet_loss', '15',
|
||||
'-blocksize', str(self.BLOCKSIZE)))
|
||||
# fmt: on
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user