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! [import]uid: 17925 topic_id: 12952 reply_id: 312952[/import]