tags:

views:

42

answers:

1

I need to play mp3 at 1.4 (or other) times the normal speed. How can I do that? Thank you!

+2  A: 

SoundPool has a setRate method that does that.

Yoni Samlan