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,839
  • 2
  • 19
  • 42
Gaurav Mandlik
  • 525
  • 1
  • 9
  • 42
  • 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