I\'m building a page that will allow a user to upload an MP3 file. That MP3 file is converted in the back end to a .WAV file using LAME.
The lame execution script i
Firefox expects one of the following codecs to be returned as the MIME type:
Make sure your server returns one of those MIME types for wav files.