2

Im developing an app where i want to play two mp3 files simultaneously one as background music and add another mp3 in the middle of the background music.

kanna
  • 469
  • 2
  • 6
  • 10
  • You can, http://stackoverflow.com/questions/9866927/how-to-play-multiple-ogg-or-mp3-at-the-same-time Used AudioTrack, maybe look into that. – Clark Nov 07 '12 at 11:58
  • In this link multiple media players were created,but i want to play in one media player. – kanna Nov 07 '12 at 12:03
  • 1
    I think you have to use multiple mediaplayers. But that shouldn't be a problem, we live in a object oriented world :D – Warpzit Nov 07 '12 at 12:05
  • How can i track Audio streaming from a specified duration of Stream (0-to-Stream Duration). – kanna Nov 07 '12 at 12:10

1 Answers1

0

Yes, it's possible using java.lang.Thread!

You can start multiple songs by using different threads.

Yuzu
  • 51
  • 6