Personal tools
You are here: Home Wiki CreatingAudioCDsFromMP3orOggFiles
Views

Edit history

Edit: -1 of 1
Time: 2006-09-18 17:41:36
Note: /kplug_main/wiki/LinuxAnswers/upgradeAll

changed:
-
Rough draft. Correct / change as needed.

* Convert input files to wav files::

  Ogg -> wav
    ogg123 -d wav -o file:mysong.wav mysong.ogg

  mp3 -> wav
    mpg123 -s mysong.mp3 | sox -t raw -r 44100 -s -w -c 2 - mysong.wav

* Record tracks to medium::

  cdrecord -pad -v dev0,0 -dao speed12 *.wav

Another great tool for burning mp3/ogg files to cdrom is "mp3burn":http://sourceforge.net/projects/mp3burn/ . It is a perl script that uses mpg123, ogg123, cdrecord, and named pipes  to burn the files to a CDDA format without filling up the harddrive with the intermediate .wav files.


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: