> I have a few mp3 files I'd like to burn an audio cd from. I use mpg321 > for playing mp3's, and burncd to burn cd's, so my first thought was: > let's pipe them together. I read the man pages, and tried this:
You need to convert these tracks into WAV. I prefer lame (/usr/ports/audio/lame). # lame --decode input.mp3 output.wav (Check lame --help for options) After you have these tracks as WAV you can burn them using # burncd -f /dev/acd0c audio track1.wav track2.wav ... fixate To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
