How to loop a sound without gaps in Android?

前端 未结 4 564
既然无缘
既然无缘 2020-12-06 04:46

I want to loop a sound without gaps in android. I tried to use the code mediaplayer.setLooping(true) to loop the sound, but there is always a little pause when

4条回答
  •  北海茫月
    2020-12-06 05:09

    this is a bug in the android operating system :( http://code.google.com/p/android/issues/detail?id=18756

提交回复
热议问题