Studying the source of dca and its current setup, I've been doing my best to try and research if there's any possible way to filter audio output mid-stream using FFMPEG and some message with an STDIN pipe. My reason for trying to figure this out is I absolutely love the simplistic library dca provides (and I even plan on adding a few things of my own in the near future with a pull request), however it seems almost impossible to change the volume mid-stream or apply equalizer effects mid-stream unless FFMPEG specifically allows it.
If you have the knowledge on how to do this, it'd be an amazing feature for dca to have. Even if you don't feel like doing it yourself, I'd be happy to help add it for things like changing the volume mid-stream should you or anyone else know how to go about it.
Thanks in advance for anything pertaining this,
JoshuaDoes
Studying the source of
dcaand its current setup, I've been doing my best to try and research if there's any possible way to filter audio output mid-stream using FFMPEG and some message with an STDIN pipe. My reason for trying to figure this out is I absolutely love the simplistic librarydcaprovides (and I even plan on adding a few things of my own in the near future with a pull request), however it seems almost impossible to change the volume mid-stream or apply equalizer effects mid-stream unless FFMPEG specifically allows it.If you have the knowledge on how to do this, it'd be an amazing feature for
dcato have. Even if you don't feel like doing it yourself, I'd be happy to help add it for things like changing the volume mid-stream should you or anyone else know how to go about it.Thanks in advance for anything pertaining this,
JoshuaDoes