Sound mixing

Hello,

I would like to play two sounds on the same channel (by mixing them). Is it possible?

Basically I would like to do something like this:

sounds[1]=audio.loadSound("test1.wav" )
sounds[2]=audio.loadSound("test2.wav" )

audio.play(sounds,{channel=0})

Thank you!

Sorry, this is not possible. You must play them on separate channels if you want to play them simultaneously. (Or use an audio editing program like Audacity to premix the sounds and use that single audio file instead.)

views:1675 update:2011/9/20 13:12:00
corona forums © 2003-2011