Multi wav channel with separate volume control.

Tim Müller tim at centricular.com
Thu May 29 08:42:54 PDT 2014


On Thu, 2014-05-29 at 14:46 +0200, Ing.Marinangeli wrote:

Hi,

In future, please don't start a new topic by replying to an existing
message/thread, that will mess up threading in many mail clients.

> I tried this command line but nothing happens.....
> 
> gst-launch filesrc location="/media/sdb1/ALL_night_Long.wav" ! wavparse 
> !  audioconvert ! deinterleave name=d  d.src0 ! adder name=a ! alsasink \
>  > d.src1 ! queue ! audioconvert ! a.

> 
> Can someone explain me why playback does not start?

You need a queue for each branch after deinterleave, otherwise it
deadlocks like you have seen.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com



More information about the gstreamer-devel mailing list