开发者

Is there a library in php to handle and compress mp3 files in php..?

开发者 https://www.devze.com 2022-12-20 15:03 出处:网络
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)...?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消