Audio Problem...I need urgent help...Thanks...

Hi All,

I cannot increase/decrease the audio channels volume.Channel “1” is Background Music,“2” is Sound Effect,“3” is Voice.After I press several times on the graphics to sound out,I cannot hear the sound again.It is something like sound intermittent issue.When I decrease the background music’s volume to Zero,I cannot hear voice and sound effect sound as well.Please help me…Thank you so much…

if swipeSpeed \<= 200 then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed1 = audio.loadStream(SwipeSlowestSpeedAudioMP3Path..soundExt ) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed1Channel = audio.play( soundAudioSwipeSpeed1, { channel= 3, loops=0} &nbsp;)&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;elseif swipeSpeed \> 200 or swipeSpeed \< &nbsp;1000 then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed2 = audio.loadStream(SwipeSlowSpeedAudioMP3Path..soundExt ) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed2Channel = audio.play( soundAudioSwipeSpeed2, { channel= 3, loops=0} &nbsp;) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;elseif &nbsp;swipeSpeed \>= &nbsp;1000 then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed3 = audio.loadStream(SwipeNormalSpeedAudioMP3Path..soundExt ) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local soundAudioSwipeSpeed3Channel = audio.play( soundAudioSwipeSpeed3, { channel= 3, loops=0} &nbsp;)&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;end