Audio Length

Lavoaster

New Member
Messages
50
Reaction score
0
Points
0
I'm trying to use php to find out the legnth of an audio file for a podcast site i help run, so i do not need to manually keep editing the xml feed to itunes.

Now how using php can i do this easily.

Preferably with examples.

Thanks :)
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
PHP has no built-in support for handling MP3s, and X10 doesn't have installed any PHP extensions for MP3s. You could try installing getID3. Perl modules might be easier to install & get working.
 
Last edited:
Top