Closed iim-ayush closed 2 years ago
Play-dl latest version converts Webm to Opus by itself.
FFmpeg never converts raw Opus packets to raw PCM. So your custom engine method will no longer work.
It would not be a perfect solution for us, we need pcm for volumes, and audio filters. Either let users pick what format to retrieve from play-dl or users will need to pipe the stream to opus decoder and then send it back to discord-player. Custom stream engine is not only built for play-dl
but anything in general.
Ok Thanks for the info.
I will see what I can do.
Describe the bug
Mentioned steps to create a resource for play-dl is wrong. It creates issues when play-dl changes its in-built structure. Either remove the steps or add a way to provide stream type of created resource.
To Reproduce Steps to reproduce the behavior:
Expected behavior Music should be able to play
Suggestions Modification of custom stream Engine.
Please complete the following information:
Additional context