0

I have a listview having audio voice in each row.I need to play the voice on click of seekbar & display progress in seekbar and pause the voice on click of seekbar again.Need to implement multiplay functionality also. I tried using media player,but it is taking some delay before playing the voice.It is because of MediaPlayer.prepare() call.How to overcome that 2-4 seconds delay..Please help me out.

user1897321
  • 21
  • 1
  • 1
  • 7

1 Answers1

0

SoundPool is the best if not only way to do it, check this out and this tutorial Hope it helps.

Neron T
  • 369
  • 2
  • 8