mp3 to wav/cda
Maybe some of you searched how to convert mp3 to audo format which can be listened on any cd player. Actually, the audo format which most people knows as “cda” is just “wave” file (file with .wav or .aiff extension). The linux command to convert a lossy mp3 to loseless wav is pretty simple:
lame --decode infile.mp3 outfile.wav |
When the decoding is complete, you can burn the wav file on cd to be played in any cd player.