Get the length of an audio file php

前端 未结 8 547
轻奢々
轻奢々 2020-12-11 01:43

How I can get the length of an audio file in php.

If it\'s too hard to do in php then any other way should work alright.

8条回答
  •  独厮守ぢ
    2020-12-11 02:23

    If you're dealing with wave files, you just need to divide the wave sample length with the sample rate and you can get the length of the audio in seconds.

提交回复
热议问题