[go: up one dir, main page]

File: track2cdda.xml

package info (click to toggle)
audiotools 3.1.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 18,200 kB
  • sloc: ansic: 417,746; python: 59,089; xml: 1,639; makefile: 303; sh: 99
file content (59 lines) | stat: -rw-r--r-- 2,085 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2007-2015  Brian Langenberger
This work is licensed under the
Creative Commons Attribution-Share Alike 3.0 United States License.
To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to
Creative Commons,
171 Second Street, Suite 300,
San Francisco, California, 94105, USA.
-->
<manpage>
  <utility>track2cdda</utility>
  <author>Brian Langenberger</author>
  <section>1</section>
  <name>records audio compact disc from tracks</name>
  <title>CD Writer</title>
  <synopsis>[OPTIONS] &lt;track 1&gt; [track 2] ...</synopsis>
  <description>
    track2cdda takes a list of audio tracks and writes
    their contents to an audio compact disc.
  </description>
  <options>
    <option short="h" long="help">show a list of options and exit</option>
    <option short="c" long="cdrom" arg="cdrom">
      the cdrom device to write the CD to
    </option>
    <option short="s" long="speed" arg="speed">
      the speed in which to write the CD at
    </option>
    <option long="cue" arg="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.
    </option>
    <option short="j" long="joint" arg="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.
    </option>
    <option short="V" long="verbose" arg="verbosity">
      The level of output to display.
      Choose between 'normal', 'quiet' and 'debug'.
    </option>
  </options>
  <examples>
    <example>
      <description>
        Write all of the WAVEs in the current directory to /dev/cdrom:
      </description>
      <command>
        track2cdda -c /dev/cdrom *.wav
      </command>
    </example>
  </examples>
</manpage>