Search code examples
androidaudiomedia-playerduration

Calculate the time gone and left while playing an audio file


How can I find out the time (second) that my MediaPlayer played the music in ms

I want to segment a single audio file to determinate durations.


Solution

  • You can use getCurrentDuration() method of MediaPlayer. Refer Link