• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps DJ App: Pitch Control

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 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. :confused:

Edit: although won't his sort of thing do the trick? http://developer.android.com/reference/android/media/SoundPool.html
 
Back
Top Bottom