[LAU] Program or script to simulate a CD based on toc-file

Andreas Ruge andreas.ruge at gmx.de
Mon Jan 30 21:16:20 UTC 2012


Hi Julien,

since I need that for my own testing as well, here are the commands
you could use:

cdrdao simulate -v 3 test.toc 2>&1 | tee out.txt

and then to show the cue sheet a bit more readable:

grep "^[0-9]1" out.txt | awk '{print $2"."$3"  "$6":"$7":"$8}'

BTW, in the final list track number "aa" will be the end of the
audio on the CD.

Have fun

Andreas



More information about the Linux-audio-user mailing list