开发者

Modify MP3 File

开发者 https://www.devze.com 2023-01-01 23:01 出处:网络
I have an MP3开发者_StackOverflow社区 file uploader. I want to add an additional audio track to the file upon upload via PHP. Is that possible?I say \"Yes, it\'s possible\".

I have an MP3开发者_StackOverflow社区 file uploader. I want to add an additional audio track to the file upon upload via PHP. Is that possible?


I say "Yes, it's possible".

The following seems to make it seem almost trivial: "How to Merge / Concatenate MP3s with PHP"


(based on comments)

It's not possible, well not directly possible. Not with just PHP.

With PHP you could break up a Mp3 and insert your own little snippet into pauses, but it probably won't sound very good, and if I am thinking correctly will result in lowered audio quality.

To really achieve what you want you would need something inbetween to process the Mp3 files. More than likely it would be a Unix shell script attached to some program or library that can do this, executed by PHP.

0

精彩评论

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