Burn audio CD: Difference between revisions

From YM2149.org
Jump to navigationJump to search
(Created page with "* see https://wiki.archlinux.org/title/Optical_disc_drive#Burning_an_audio_CD * cdrecord is now wodim * try dev=/dev/cdrw * per wodim man page, the -swab and -audio flags are redundant when WAV files (ending .wav) are provided * previous use of -dummy flag can confuse the drive, eject and shut again if burning appears to succeed immediately Category:Wisdom")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* see https://wiki.archlinux.org/title/Optical_disc_drive#Burning_an_audio_CD
* See [[arch:Optical_disc_drive#Burning_an_audio_CD]]
 
== Prepare ==
 
* e.g. sox Song.mp3 01.wav
** may need to install libsox-fmt-mp3
** try -v .95 if an album is clipping
 
== Burn ==
 
* cdrecord is now wodim
* cdrecord is now wodim
* try dev=/dev/cdrw
* try dev=/dev/cdrw
Line 5: Line 14:
* previous use of -dummy flag can confuse the drive, eject and shut again if burning appears to succeed immediately
* previous use of -dummy flag can confuse the drive, eject and shut again if burning appears to succeed immediately


[[Category:Computing]]
[[Category:Wisdom]]
[[Category:Wisdom]]

Latest revision as of 08:32, 23 February 2025

Prepare

  • e.g. sox Song.mp3 01.wav
    • may need to install libsox-fmt-mp3
    • try -v .95 if an album is clipping

Burn

  • cdrecord is now wodim
  • try dev=/dev/cdrw
  • per wodim man page, the -swab and -audio flags are redundant when WAV files (ending .wav) are provided
  • previous use of -dummy flag can confuse the drive, eject and shut again if burning appears to succeed immediately