I wanted to know if there is a way to process an audio file via Android. in practice I would upload the audio file and change the bpm for example how does the software audacity. thank you
Asked
Active
Viewed 69 times
0
-
what kind of processing you need to do? – hanaa Feb 24 '15 at 17:17
-
I have not yet defined but surely changing bpm @hanaa – Davide Torchia Feb 24 '15 at 17:22
1 Answers
0
-
-
yes, just call setRate(): http://developer.android.com/reference/android/media/SoundPool.html#setRate(int, float) – Ha Dang Feb 24 '15 at 18:19
-
-
with these parameters I could not take off frequency for example – Davide Torchia Feb 25 '15 at 07:53