Re: how to convert mp3 into wav by mad?

Rob Leslie <[email protected]> Thu, 30 Dec 2004 10:02:17 -0800
Newsgroups gmane.comp.audio.mad.devel
Message-ID <[email protected]>
> may  i get the wave in 1mono 8bit 8000khz?

If you're looking for a quick solution rather than a way to do it 
yourself, the following command will do it:

     madplay -o file.wav -m -b 8 -R 8kHz file.mp3

The resampling method used by madplay is one of simple linear 
interpolation, so it does not necessarily produce the best results.

-- 
Rob Leslie
[email protected]