i'm trying to write a DJ app that will allow me to pause, fast foward, rewind, cue and skip (using a duration bar) songs. This is all done easily in the built in media player that comes with android so nothing new there.
The problem comes when I want to implement a way of being able to adjust the pitch of a song, so that it can be beatmatched in a mix. I found this java library called PitchBend which I think would do the trick...I can't use it with the android api though can I? I will essentially have to rewrite a whole new music playing app won't I? Also, I would like to be able to browse the music library like you can in the music player app. Is soundpool relevent for this sort of thing? http://androidforums.com/android-developers/6370-dj-app-pitch-control.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

