Skip to content

Instantly share code, notes, and snippets.

@nnathan
Created June 10, 2019 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nnathan/5c9eea8a0d2fb491138844ac7d82c78d to your computer and use it in GitHub Desktop.
Save nnathan/5c9eea8a0d2fb491138844ac7d82c78d to your computer and use it in GitHub Desktop.
idea for audio cd burning gui on mac

Audio CD Burning for Mac

When it comes to burning audio CDs on a mac (since at least 10.9) there's really only two options: iTunes or using cdrdao.

iTunes has a very simple GUI and it makes it pretty easy to burn but instead of doing DAO (Disc-At-Once) burning it does TAO (Track-At-Once) which is extremely tempremental and results in more coasters than good burns. It may do DAO for CD-TEXT cds but even then I get a burn success rate of 10%.

cdrdao on the other hand does DAO and is incredibly reliable.

it would be nice to write an open source public domain native mac program that bundles cdrdao and LAME and provides a small GUI that implements the Audio CD burning interface provided by iTunes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment