steve_b Posted March 20, 2007 Share Posted March 20, 2007 Hi There, I am building a online sequencer application (like garageband, logic, cubase etc), and I need a PHP script that will create the joined mp3s of all the tracks. I have done some very simple experiments, and I cant get it to work properly. I can get files to join one after the other (sort of!), but I need more flexibility. In this system, it is HIGHLY likely that more than one sound is playing at the same time. Is it possible to use a PHP script to join mp3s ontop of each other, or can it only handle one at a time? Thanks, Steve Link to comment https://forums.phpfreaks.com/topic/43451-joining-mp3-question-is-this-possible/ Share on other sites More sharing options...
DanDaBeginner Posted March 20, 2007 Share Posted March 20, 2007 correct me if im wrong guys.. I dont think PHP is capable of that, what I would do is to get a software or plugins that you can incoporate with PHP.. I think its not possible if youre gonna use pure PHP... Link to comment https://forums.phpfreaks.com/topic/43451-joining-mp3-question-is-this-possible/#findComment-211026 Share on other sites More sharing options...
steve_b Posted March 20, 2007 Author Share Posted March 20, 2007 correct me if im wrong guys.. I dont think PHP is capable of that, what I would do is to get a software or plugins that you can incoporate with PHP.. I think its not possible if youre gonna use pure PHP... Ahh yes, sorry. I forgot to post this link, its a PHP sound class I found but dont really understand! It seems to just join mp3s one after the other though.. http://www.sourcerally.net/Scripts/20-PHP-MP3-Class Link to comment https://forums.phpfreaks.com/topic/43451-joining-mp3-question-is-this-possible/#findComment-211033 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.