How to play multiple ogg or mp3 at the same time..?
问题 I'm trying to play 20 ogg files at the same time using MediaPlayer. This is because I want to make a mixing effect. While one music is playing, other files also have to be played. Actually, I already made an application with this function by iOS, and it didn't have any problems to play and mix. And now, I should convert this app into android app. so I sentenced 20 mediaplayer variables MediaPlayer player1; MediaPlayer player2; MediaPlayer player3; ..... play1 = (Button)findViewById(R.id.btn1)