From 5724e1f03d744cc851cf27f156d10788fc66e219 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 23 Sep 2011 01:31:58 -0400 Subject: [PATCH] Add audio burning and ripping hints to cdrtools post. --- posts/cdrtools.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/posts/cdrtools.mdwn b/posts/cdrtools.mdwn index ca3b0a6..a0310d4 100644 --- a/posts/cdrtools.mdwn +++ b/posts/cdrtools.mdwn @@ -18,6 +18,15 @@ You can mount an ISO using the `loop` option $ sudo mount -o loop image.iso /mnt/image +To burn an audio CD (for old-school players that don't understand +filesystems), try something like: + + $ cdrecord -v speed=1 dev=/dev/cdrom -eject -dao -audio -pad *.wav + +To rip audio CDs, I usually use [abcde][]. + + $ abcde -o flac + If you don't like cdrtools, there is also the fork [cdrkit][] which dates back to a 2006 license dispute between cdrtools author Jörg Schilling and the folks at Debian. @@ -26,6 +35,7 @@ Schilling and the folks at Debian. [Gentoo tutorial]: http://www.gentoo-wiki.info/HOWTO_ATAPI_CD_Burning [ISO-9660]: http://en.wikipedia.org/wiki/ISO_9660 [Wikipedia]: http://en.wikipedia.org/wiki/ISO_9660#File_and_directory_name_restrictions +[abcde]: http://code.google.com/p/abcde/ [cdrkit]: http://www.cdrkit.org/ [[!tag tags/linux]] -- 2.26.2