Cdda2wav User guide =================== NOTE: expressions in angle braces have to be substituted with the corresponding numerical values. For example: has to be substituted with the numerical value to be used. Common tasks ============ NOTE: The examples used here depend on proper default settings for interface method and devices as specified in the Makefile. They can be overriden with command line parameters, but here I choose to focus on simple examples. Copy complete audio CDs 1. Copy an audio CD into wav files one per track. cdda2wav -B will produce the sample wav files (one per track) audio_01.wav audio_02.wav ... and the corresponding description files audio_01.inf audio_02.inf ... 2. Same as above but include MD-5 type signatures cdda2wav -B -M 3. Same as above but use other file name ('party_cd.wav') cdda2wav -B -M party_cd.wav Copy single tracks 1. Copy one track (eg track 6) into a wav file. cdda2wav -t6 will produce a wav file including track 6 audio.wav and audio.inf Copy parts of tracks 1. Copy from given start time to end of track cdda2wav -t6 -o will record track 6 starting at track time /75 seconds from track beginning upto the end of track. 2. Copy from given start time and record for a given time cdda2wav -t6 -o -d