I’m looking for an open source audio conversion library that can convert audio files of various types to MP3. The server I’m working with is a standard LAMP with PHP. Anyone aware of something that could be the solution?
I’m looking for an open source audio conversion library that can convert audio files
Share
LAME can do this for you. I might also recommend FFMPEG. There is a PHP extension for FFMPEG, but I’ve found it is easiest to just execute it directly, as most ISPs won’t install it for you. Of course, this isn’t an issue with your own servers.