Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 367 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 367 Bytes

Fast MP3 Duration

This project demonstrates how to quickly read the time duration of an MP3 file using client side javascript. This is accomplished by modifying the MP3 scanning code from the ddsol/mp3-duration project so that it can run directly in the browser. Using this scheme the duration of a 200MB audio file can be obtained in approximately two seconds.