their are some questions on stackoverflow about looping sound in android but neither gave me correct answer so i start new thread, I want to loop a sound without gaps in android. I tried to use the code mediaplayer.setLooping(true) for mp3,ogg and wav file to loop the sound, but there is always a little pause when the first sound is over and the next sound start..my audio length is 2 min. and file size is more than 1 mb so i cant use soundpool for repeating sound. i didn't know how to solve this issue.