Is there a library in php to handle and compress mp3 files in php..?
Is there anyway in php to handle i.e com开发者_运维百科press a mp3 file using php...? Is there any library out there like ZZIPlib library (To handle .ZIP files)...?
Thanks for your suggestions...!
I don't think there are any libraries that will let you compress MP3s (I presume you're talking about generating an MP3 from a WAV/AIFF, etc. file?)
As such, it would probably make more sense to simply shell escape out (using exec and escapeshellarg if relevant) and use standard command line utils such as lame.
精彩评论