Forum Moderators: coopster
I have a 6 hour long MP3, a large clump of songs as a single file, and I want to chop up the song when the wavelength flattens out (hopefully that's where each song ends).
Has anyone heard or seen of PHP dealing with music files? I'm looking to save myself the trouble of listening to the song with soundforge and chopping it up myself :)
Just cos I don;t know where else to start ;)
split by section, split by time and split by size
From the MP3 thing you mentioned....Not sure if that's going to cut it, the songs will be variable length and sizes. Cheers for the pointer though, im downloading it now.
I had the idea that with PHP, it would read the MP3 file, pretty much the same way it interprets any other file. Usually they have some sort of function or hack......
I'm sure the MP3 prog is written in something like C, I guess I like control over what I'm cutting up, but don;t have the knowledge of C or MP3's to go in that deep.
I don't think that it is possible to have PHP cut these MP3 files, and it would certainly be easier to use an already written programm, than to create a new one, just to edit that one file.
--
globay
I don't think that it is possible to have PHP cut these MP3 files, and it would certainly be easier to use an already written programm, than to create a new one, just to edit that one file.
for sure, no need for heroes ;) I checked it out....
you have to listen to the song and "click" when you want to split it. It seems to track the song by using frames.....maybe this is a clue to what I need to do? I don't know how MP3's work...all the same I'm sure someone has a prog...
If not I'll have to find out how to split hte song at the "quiet bits" in between songs. Would be much cooler if the comp done it for me :)
--
globay
Judging by what the guy wrote on that site, it's a tool that's needed but not made! Making them WAV does the job, just means I have to put more space aside for them.
I'll post back if I ever find an MP3 one.
Cheers
//addd
think my chances are good here
dailymp3.com/splitter.html