toc2mp3
records CDs in Disk-At-Once (DAO) mode
Install
- All systems
-
curl cmd.cat/toc2mp3.sh
- Debian
-
apt-get install cdrdao
- Ubuntu
-
apt-get install cdrdao
- Arch Linux
-
pacman -S cdrdao
- Kali Linux
-
apt-get install cdrdao
- CentOS
-
yum install cdrdao
- Fedora
-
dnf install cdrdao
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cdrdao
- OS X
-
brew install cdrdao
- Raspbian
-
apt-get install cdrdao
- Dockerfile
- dockerfile.run/toc2mp3
cdrdao
records CDs in Disk-At-Once (DAO) mode
cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents. Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks. You probably want to use this if you're copying a CD with multiple tracks, like most audio CDs. cdrdao can also handle the bin/cue format commonly used for VCDs or disks with subchannel data. If you just want to burn a normal data CD, you probably want wodim instead.