[gst-devel] multichannel audio with jacksink
Wim Taymans
wim.taymans at gmail.com
Mon May 26 19:34:16 CEST 2008
On Mon, 2008-05-26 at 13:21 -0400, Tristan Matthews wrote:
> Hi,
>
> I'd like to have a launchline that allows me to have multiple (up to 8)
> audiotestsrc elements all outputting to a jackserver (on separate
> channels). The mono version being:
>
> gst-launch -v audiotestsrc volume=0.5 freq=300 wave=sine ! audioconvert
> ! jackaudiosink
Did you try:
gst-launch -v audiotestsrc volume=0.5 freq=300 wave=sine ! audioconvert
! jackaudiosink audiotestsrc volume=0.5 freq=500 wave=sine ! audioconvert ! jackaudiosink
Simply adding more jackaudiosinks should do the trick.
Wim
>
> I'd like to have each audiotestsrc be at a different frequency and on
> its own channel.
>
> Any ideas?
>
> Regards,
> Tristan
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list