Merge two mp3 php

前端 未结 5 1575
青春惊慌失措
青春惊慌失措 2020-12-05 22:10

Do you know a class to merge two MP3 files using PHP?

I\'ve found nothing on Google.

5条回答
  •  误落风尘
    2020-12-05 22:40

    This is not possible. There is no implementation of the MP3 codec in PHP. You will need to use an external command-line tool to do this. (Which, depending on your server configuration, you can execute from within PHP as @ceejayoz says.)

    See these questions for solutions:

    • Merging MP3 files in Linux Debian using PHP

    • What is the best way to merge mp3 files?

提交回复
热议问题