J junaidahmed Well-Known Member Licensed User Longtime User Jul 24, 2012 #1 I have an mp3 files that i have run in media player libraries ,i would like to change speed of mp3 file by programatically.pls advise ASAP
I have an mp3 files that i have run in media player libraries ,i would like to change speed of mp3 file by programatically.pls advise ASAP
Highwinder Active Member Licensed User Longtime User Sep 4, 2012 #2 junaidahmed said: I have an mp3 files that i have run in media player libraries ,i would like to change speed of mp3 file by programatically.pls advise ASAP Click to expand... I'd like to be able to do this as well. Can anybody advise on how this could be done? Upvote 0
junaidahmed said: I have an mp3 files that i have run in media player libraries ,i would like to change speed of mp3 file by programatically.pls advise ASAP Click to expand... I'd like to be able to do this as well. Can anybody advise on how this could be done?
S StevieC Member Licensed User Longtime User Jan 21, 2013 #3 Me too. Anyone got any suggestions? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 22, 2013 #4 For short playbacks you can use SoundPool. It allows you to set the playback rate. Upvote 0
stevel05 Expert Licensed User Longtime User Jan 22, 2013 #5 For longer files you will need to create or wrap a library with at least MP3 decoding and then manipulate the data yourself. Or a more complete library offering such as BASS for Android may do it all, but will require use of the NDK. Last edited: Jan 22, 2013 Upvote 0
For longer files you will need to create or wrap a library with at least MP3 decoding and then manipulate the data yourself. Or a more complete library offering such as BASS for Android may do it all, but will require use of the NDK.