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.
Update in 2020: there are many PHP packages which process audio/video files and detect duration of them: https://packagist.org/?query=ffmpeg Most of them require ffmpeg to be installed in your dev/production environments.