View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#19
if you just want to play two files simultaneously (without crossfading),
gstreamer is your friend:

gst-launch-0.10 adder name=mix ! audioconvert ! autoaudiosink filesrc location=FILE1.mp3 ! decodebin2 ! audioconvert ! mix. filesrc location=FILE2.mp3 ! decodebin2 ! audioconvert ! mix.
 

The Following 3 Users Say Thank You to nicolai For This Useful Post: