I need help with playing multiple audio tracks at the same time in Android
.
I am supposed to play three audio tracks at the exact same
As Andrey Nikishaev already wrote in a comment, it seems like some devices have problems using multiple MediaPlayers at the same time. While only one was playing on my Nexus 5, it worked on my Moto G4 (but still having short breaks during playback). Both running with Android 6.0.1.
I suggest to use the ExoPlayer for this use-case instead. It worked fine for me, at least on my two devices.