Hi,
I’m looking to automate the volume ducking of a music audio file based on vocals from a mic input. Essentially, I want the music volume to lower (duck) whenever there is input from the mic, and the output should be just the music audio with the adjusted volume.
I believe this is similar to sidechain compression or ducking. Is there a way to achieve this with GStreamer? Would a custom audio filter be required, or is there a built-in way to handle this?
Any guidance or examples would be greatly appreciated!
Thanks!