Android: How to cross-fade two midi tracks?

458 views Asked by At

Is it possible to cross-fade playback between two midi tracks with Android? The MediaPlayer API seems to support only one track at a time.

1

There are 1 answers

2
Kai On

Try the answer provided here: Audio Crossfading in Android

Basically you probably need to mix the two tracks (and adjust the volume of one audio source) yourself and pass the resulting audio data to a AudioTrack