• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Sound gap using setLooping()? HELP

abotrix

Lurker
I am making a music app that allows a user to have continuous beats. I was wondering if there is any way to get rid of the gap of silence from looping the same mp3 over and over again. The set and isLooping works fine but after the mp3 plays (beats), there is a quick silence from end to play again. Is there any work around?
 
I've also used seekTo() in a if statement and use isLooping()==true as an argument but it doesn't work out for me.
 
Back
Top Bottom