may i get the wave in 1mono 8bit 8000khz?
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.