D
DataTracer
Guest
I have some wav files that I would like to make preview mp3's out of. I'm pretty good with PERL, and ok with PHP. What I need to do is take the wav input file and merge/combine/overlay it with a beep track file so visitors to the site can't download the clean original. This needs to be done ON THE SERVER.
I do NOT want to splice one audio file onto the end of another, and I do not want to do anything with flash, or play two tracks at the same time in the browser with any sort of client side tricks. The best answer would use PERL or PHP server-side to combine the two files into one file and save it as a wav or mp3.
I do NOT want to splice one audio file onto the end of another, and I do not want to do anything with flash, or play two tracks at the same time in the browser with any sort of client side tricks. The best answer would use PERL or PHP server-side to combine the two files into one file and save it as a wav or mp3.