Playing multiple songs with MediaPlayer at the same time: only one is really playing

前端 未结 5 1865
甜味超标
甜味超标 2021-01-02 04:44

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

5条回答
  •  有刺的猬
    2021-01-02 04:45

    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.

提交回复
热议问题