On Sat, 2003-03-15 at 19:27, Vandana wrote: > > Hi, > I am building a sound editor and I wrote code to extract samples > from the wav files. I would also like to support processing of mp3 files > in my application. Instead of using a library to parse the mp3 files, I am > planning to convert the mp3 files to wav files (from within my program) > and then perform the wav processing functions that I have already > written. Is there a software I can use to convert mp3 files to wav files > from within my program?
This is an mp3 codec library: http://lame.sourceforge.net/ This is an editor that works the way you said (with both mp3 and ogg): http://rezound.sourceforge.net/ HTH. Have fun, Maurizio Umberto Puxeddu.
