I want to write a PHP script that can programatically grab a .wav file from a URL, auto-tune it, and then either save it as a new file or output it using an "audio/x-wav" header, but I don't even know where to start. Are there audio manipulation libraries in PHP that can accomplish that?
This won't autotune a file though. You'll need a filter for ffmpeg.
Josh Stuart
2010-08-15 23:24:06
@Josh: sure he has to get a filter. I did not said that my 3 items list is a magic that will do all the work for him ;-)
zerkms
2010-08-15 23:26:44