How do I read information as bitrate, length, etc. Different file formats, mp3, wmw etc etc. from a sound file.

I guess there is some library/class out there, perhaps I could try out.

Any suggestions?

link|improve this question

Suggestion: google. – Thew Oct 1 '11 at 20:07
I've tried google, but I can't find anything proper. techrepublic.com/article/create-an-audio-stitching-tool-in-php/… For example.. but that only seem to be working with WAV files. – John Oct 1 '11 at 20:09
feedback

1 Answer

up vote 2 down vote accepted

getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats. Last updated Aug. O8

Sourceforge Directory http://sourceforge.net/projects/getid3/files/getID3%28%29%201.x/

Another good one at PHP Audio Formats Manipulation

Edit : getID3 works amazingly well.

Test Shot

enter image description here

link|improve this answer
No dll file available? Haven't been updated for a while as well! – John Oct 1 '11 at 20:30
@John I've put up a download link. I suggest you use it. – Mob Oct 1 '11 at 21:02
This is exactly what I was looking for. Thank you! – John Oct 2 '11 at 8:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.