I have been looking here on SO and found this answer, which is from Dec 4th 2013, I couldn't find any more recent question/answer about this topic, so here it is...
I have implemented a MediaPlayer in my app and set it to play a song that the user imports from his library.
I need to implement two sliders that independently allow the user to change the tempo and pitch of the imported audio.
I have looked through the documentation for some MediaPlayer methods, but I couldn't find anything useful except for setPlaybackParams()
that unfortunately changes both, tempo and pitch at the same time.
If it's possible I would avoid the NDK since I have no experience at all using it.