Removed OPUS decoder
This commit is contained in:
@@ -77,7 +77,7 @@ else:
|
||||
|
||||
filename = data["url"] if stream else ytdl.prepare_filename(data)
|
||||
return cls(discord.FFmpegPCMAudio(source=filename, executable="ffmpeg", pipe=False, stderr=False,
|
||||
before_options="-threads 2 -bufsize 5M -maxrate 5M -c:v libopus", options=ffmpeg_options), data=data)
|
||||
before_options="-threads 2 -bufsize 5M -maxrate 5M", options=ffmpeg_options), data=data)
|
||||
|
||||
|
||||
intents = discord.Intents.default()
|
||||
|
||||
Reference in New Issue
Block a user