h6ah4i / android-openslmediaplayer

Re-implementation of Android's MediaPlayer and audio effect classes based on OpenSL ES APIs.
https://openslmediaplayer.h6ah4i.com
Apache License 2.0
417 stars 97 forks source link

How i can create crossfade between music? #58

Open murgupluoglu opened 5 years ago

murgupluoglu commented 5 years ago

i want to make cross fade when changes songs one from another. First song last part will be volume up to down and other song start with volume down to up.

Maizer commented 5 years ago

Try,customized by setVolume(float leftVolume, float rightVolume) and thread!