Re: Is it possible to set different volumes for different audio udpsrc with one sink?
Michael Gruner via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
There's a "volume" element which you can place in each udp audio src before mixing. https://gstreamer.freedesktop.org/documentation/volume/index.html?gi-language=c > On 14 Sep 2023, at 12:33, cfd new via gstreamer-devel <[email protected]> wrote: > > Hi, Guys, > > I am trying to mix a few audio udp srcs to play them in one sink. Is it possible to different volumes for different audio udpsrc with only one sink? > > Joe