Piasy / RxAndroidAudio

Maybe the most robust Android Audio encapsulation library, with partial Rx support.
http://blog.piasy.com/2016/02/24/Robust-Android-Audio-encapsulation/
MIT License
1.57k stars 235 forks source link

Looping audio? #2

Closed Orbyt closed 8 years ago

Orbyt commented 8 years ago

Are you able to loop gapless audio with this at all?

JacksonTian commented 8 years ago

Why I am received this email?

在 2016年3月29日,下午12:10,Orbyt notifications@github.com 写道:

Are you able to loop gapless audio with this at all?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/Piasy/RxAndroidAudio/issues/2

Piasy commented 8 years ago

@JacksonTian Apologise for this bother.

I was trying to introduce this repo to more people, so I added you into the collaborators list several days ago, then you are automatically watching this repo. You can unwatch this repo, then noise will disappear. Sorry again.

Piasy commented 8 years ago

@Orbyt You mean the MediaPlayer.setLooping method?

Piasy commented 8 years ago

@Orbyt PlayConfig is available since 1.2.0. Check it out!