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