Hi all,
I am trying to play to short .wav sound and if any music was playing in backgrouund such as iPod, pandora spottily etc. it should start playback of the original music. If possible, I would like to pause the music and after a short wav file is played, it should resume the playback.
Thank all
var player = Ti.Media.createSound({url:"excellent.wav"});
player.play();