We add a method at ExoPlayer.java
/**
* @param speed the speed factor: speed_of_playback / speed_of_real_clock
*/
void setPlaybackSpeed(float speed);
just use the SimpleExoPlayer.
Or you can run the demo.
Hope useful to you.
#Thanks BigPeach