logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

track2cdda - records audio compact disc from tracks

Author

       Brian Langenberger

                                                   2025-03-10                                      TRACK2CDDA(1)

Description

       track2cdda takes a list of audio tracks and writes their contents to an audio compact disc.

Example

       Write all of the WAVEs in the current directory to /dev/cdrom:

              track2cdda -c /dev/cdrom *.wav

Name

       track2cdda - records audio compact disc from tracks

Options

-h, --help
              show a list of options and exit

       -c, --cdrom=CDROM
              the cdrom device to write the CD to

       -s, --speed=SPEED
              the speed in which to write the CD at

       --cue=FILENAME
              A  cuesheet or cdrdao(1) TOC file to use when writing. If given, the created CD will have the same
              track layout and metadata as the cuesheet. This makes the burned CD identical to the original.

       -j, --joint=PROCESSES
              The maximum number of tracks to convert to temporary files at one time. If one has  multiple  CPUs
              or  CPU cores, allowing track2cdda(1) to use all of them simultaneously can reduce the time needed
              to decode tracks prior to CD burning.

       -V, --verbose=VERBOSITY
              The level of output to display. Choose between 'normal', 'quiet' and 'debug'.

See Also

audiotools-config(1),   audiotools.cfg(5),   cdda2track(1),   cddainfo(1),   cddaplay(1),   coverdump(1),
       covertag(1),   coverview(1),   dvda2track(1),   dvdainfo(1),  track2track(1),  trackcat(1),  trackcmp(1),
       trackinfo(1), tracklength(1), tracklint(1),  trackplay(1),  trackrename(1),  tracksplit(1),  tracktag(1),
       trackverify(1)

Synopsis

       track2cdda [OPTIONS] <track 1> [track 2] ...

See Also