I am creating a custom Audio Player. So far I am able to add features such as Audio streaming, volume control, Duration, Progress bar etc. I have to add feature where user can touch a slider and jump audio to skip some part. Is there any way to do this?
Share
yes you have to use
mediaPlayer.seekTo(progress);.