aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
748 stars 128 forks source link

get audio file duration #70

Closed maicss closed 7 years ago

maicss commented 7 years ago

Is there a method to get an audio file duration?

aadsm commented 7 years ago

You can read this information from the TLE or TLEN tag if it's available on the metadata of the file for MP3s. This library only reads metadata and doesn't process any of the audio content. This is has been discussed to a certain extended here aadsm/JavaScript-ID3-Reader/issues/5.

maicss commented 7 years ago

OK, thanks.