cd:write_audio_cd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cd:write_audio_cd [2017/03/31 14:02] – peter | cd:write_audio_cd [2019/11/26 21:39] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Write audio CD ====== | ||
- | |||
- | ===== Using cdrdao (DAO) ===== | ||
- | |||
- | The "Disc at once" (DAO) feature allows one to burn an audio CD without the two second gap between tracks. | ||
- | |||
- | Usage: cdrdao command [options] toc-file | ||
- | |||
- | Example: cdrdao write toc-file.toc | ||
- | |||
- | ^Command^Description^ | ||
- | |show-toc|Prints out table of contents (toc) then exits.| | ||
- | |toc-info|Prints out short toc-file summary.| | ||
- | |toc-size|Prints total number of blocks for toc.| | ||
- | |read-toc|Create toc file from audio CD.| | ||
- | |read-cd|Create toc and rip audio data from CD.| | ||
- | |show-data|Prints out audio data and exits.| | ||
- | |read-test|Reads all audio files and exits.| | ||
- | |disk-info|Shows information about inserted medium.| | ||
- | |unlock|Unlock drive after failed writing.| | ||
- | |simulate|Shortcut for 'write --simulate' | ||
- | |write|Writes CD.| | ||
- | |copy|Copies CD.| | ||
- | |||
- | |||
- | ^Option^Description^ | ||
- | |--device x,y,z|Sets SCSI device of CD-writer. | ||
- | |--source-device x,y,z|Sets SCSI device of CD-ROM reader. | ||
- | |--driver driver-id|Force usage of specified driver.| | ||
- | |--source-driver driver-id|Force usage of specified driver for source device. | ||
- | |--simulate|Perform a write simulation.| | ||
- | |--speed CD-speed|Set writing speed.| | ||
- | |--multi|Session will not be not closed.| | ||
- | |--eject|Ejects cd after writing or simulation.| | ||
- | |--swap|Swap byte order of audio files.| | ||
- | |--on-the-fly|No image file is created. Perform copy in process.| | ||
- | |--datafile file-name|Name of toc file. Used by read-toc, read-cd and copy.| | ||
- | |--buffers number|Sets fifo buffer size (min. 10, def 32).| | ||
- | |--session number|Selects session for read-toc/ | ||
- | |--fast-toc|Do not extract pre-gaps and index marks.| | ||
- | |--read-raw|Read raw sectors for read-cd.| | ||
- | |--paranoia-mode number|DAE paranoia mode (0..3).| | ||
- | |--reload|Reload the disk if necessary for writing.| | ||
- | |--force|Force execution of operation.| | ||
- | |-v verbose-level|Set verbose level.| | ||
- | |-n|No pause before writing.| | ||
- | |||
- | See [[http:// | ||
- | |||
- | Create toc (table of contents file) which shows(read)/ | ||
- | |||
- | <code bash> | ||
- | cdrdao read-toc --driver generic-mmc-raw --read-raw --device 0,4,0 toc-file.toc | ||
- | </ | ||
- | |||
- | Sample TOC (Table Of Contents) file: | ||
- | |||
- | < | ||
- | CD_DA | ||
- | |||
- | CATALOG " | ||
- | |||
- | // Track 1 | ||
- | TRACK AUDIO | ||
- | NO COPY | ||
- | NO PRE_EMPHASIS | ||
- | TWO_CHANNEL_AUDIO | ||
- | SILENCE 00:01:00 | ||
- | FILE " | ||
- | START 00:01:00 | ||
- | |||
- | |||
- | // Track 2 | ||
- | TRACK AUDIO | ||
- | NO COPY | ||
- | NO PRE_EMPHASIS | ||
- | TWO_CHANNEL_AUDIO | ||
- | FILE " | ||
- | START 00:04:52 | ||
- | |||
- | ... | ||
- | .. | ||
- | |||
- | // Track 10 | ||
- | TRACK AUDIO | ||
- | NO COPY | ||
- | NO PRE_EMPHASIS | ||
- | TWO_CHANNEL_AUDIO | ||
- | FILE " | ||
- | |||
- | |||
- | // Track 11 | ||
- | TRACK AUDIO | ||
- | NO COPY | ||
- | NO PRE_EMPHASIS | ||
- | TWO_CHANNEL_AUDIO | ||
- | FILE " | ||
- | </ | ||
- | |||
- | Minimal example: | ||
- | |||
- | < | ||
- | CD_DA | ||
- | |||
- | TRACK AUDIO | ||
- | AUDIOFILE " | ||
- | |||
- | TRACK AUDIO | ||
- | AUDIOFILE " | ||
- | |||
- | TRACK AUDIO | ||
- | AUDIOFILE " | ||
- | |||
- | ... | ||
- | .. | ||
- | </ | ||
- | |||
- | Where the " | ||
- | |||
- | |||
- | ===== References ===== | ||
- | |||
- | [[http:// | ||
- | |||
- | [[http:// | ||
cd/write_audio_cd.1490968959.txt.gz · Last modified: 2020/07/15 09:30 (external edit)