How to get the size and duration of an mp3 file?

前端 未结 6 923
夕颜
夕颜 2021-01-12 07:13

I need to calculate the total length of an mp3 file.

Currently I am using a PHP class which I found @ http://www.zedwood.com/article/php-calculate-duration-of-mp3.

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-12 07:30

    There is actually a library that can run at client-side, attempting to fetch just enough of the MP3 to read the ID3 tags:

    http://github.com/aadsm/JavaScript-ID3-Reader

    or

    Try

    HTML File API.

    http://lostechies.com/derickbailey/2013/09/23/getting-audio-file-information-with-htmls-file-api-and-audio-element/

提交回复
热议问题