0

How can I increase a speed of online audio playing using MediaPlayer. Is it possible? How?

I found this code:

if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
    mMediaPlayer.setPlaybackParams(new PlaybackParams().setSpeed(2.0f));
}

but works only on above marshmallow version

Marlon
  • 1,679
  • 2
  • 17
  • 40
Gaurav Mandlik
  • 522
  • 1
  • 8
  • 39
  • you can check [this link](https://stackoverflow.com/questions/10849961/speed-control-of-mediaplayer-in-android/37094353) about speed control. – Ergin Ersoy Dec 18 '17 at 09:16
  • yes you are right but this is done after downloading audio file and get audio path, i want to play audio online url, – Gaurav Mandlik Dec 18 '17 at 09:17

0 Answers0