Archive: Decompressing mp3s to wavs when installing?


Decompressing mp3s to wavs when installing?
Is there anyway to get the installer to decompress a lot of mp3 files into wav files in separate folders? I want to do this for a game I am releasing. Thanks!


If you can find a command-line program to do it, you can use that by extracting it then calling it with nsExec::Exec on each of your mp3 files (that you extract first).

-Stu


You can use lame.exe (lame --decode input.mp3).