LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Converting MP3 Files into WAV files (https://www.linuxquestions.org/questions/linux-software-2/converting-mp3-files-into-wav-files-479031/)

MariAnt 08-31-2006 03:14 AM

Converting MP3 Files into WAV files
 
i am brand new to this linus thing and i need help! i tried using the k3b program to burn a cd and it wouldnt let me. i figured out that it takes .wav files instead of .mp3 files. so can someone help me figure out a way to convert these files?!? (i am using kde if that helps)

cybi 08-31-2006 04:32 AM

Use lame to convert MP32WAV
$>lame --decode infile.mp3 outfile.wav

or mpg321
$>mpg123 -w outfile.wav infile.mp3

you can also install MAD MPEG Audio Decoder Library and burn mp3 directly from k3b, chceck http://k3b.plainblack.com/requirements for more details

rickh 08-31-2006 06:39 AM

I have never installed any extra programs, and have never had any problem using k3b to make an audio cd using .mp3 files as the source. You do, of course, have to tell k3b that an audio cd is what you want.

maroonbaboon 08-31-2006 09:39 AM

I'm not sure wav files are what you want. I used the --cdr option on mpg123:

% mpg123 --cdr file.cdr file.mp3

followed by ---

% cdrecord -v dev=/dev/cdrom -audio -pad file1.cdr file2.cdr ....


All times are GMT -5. The time now is 07:38 PM.