I have following code base
Audiosource.onloadeddata = function () {
$("#txtAudioDuration").val(Math.round(Audiosource.duration));
};
When I use .mp3,.mp4,.ogg,.wav audio duration is populated correctly, but when I use mpg or mpeg audio file, the duration is not being loaded.
I have tried with converted mpg and mpeg audio file, I don't have original mpg or mpeg audio files. Is there any link to download these files.
Any suggestion would be highly appreciated.
Thanks