Multichannel audio working pipeline

diegoavila diego_javila at hotmail.com
Mon Oct 7 16:25:32 UTC 2019


Hello its me again I solved my previous issue but no im totally stuck doing
this:
I have a working pipeline that splits a song into 6 channels but now i dont
have any clue about how convert it to c++ code
This is the pipeline "gst-launch-1.0 -v filesrc
location=/home/arion/Downloads/test2.mp3 name=src ! decodebin ! audioconvert
! "audio/x-raw,channels=6"  ! deinterleave keep-positions=true name=d
interleave name=i ! autoaudiosink d.src_0 ! queue ! volume volume=0 !
i.sink_1 d.src_1 ! queue ! volume volume=1 ! i.sink_2 d.src_2 ! volume
volume = 0 ! queue ! i.sink_3 d.src_3 ! volume volume=0 ! queue ! i.sink_4
d.src_4 ! volume volume=0 ! queue ! i.sink_5 d.src_5 ! volume volume=0 !
queue ! i.sink_6"



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list