I am developing a player app and I am using MediaPlayer for that.
Now, I want to change the speed of the playing track.
I\'ve seen so many apps with this fu
Now you could use
mediaPlayer.setPlaybackParams(mediaPlayer.getPlaybackParams().setSpeed(speed)
for API 23 and up!