Mentioned telltoc and dewav as helpers of libburner

This commit is contained in:
Thomas Schmitt 2006-11-24 12:41:39 +00:00
parent 5cdc9db76c
commit 5bd74c3064
1 changed files with 9 additions and 0 deletions

View File

@ -113,6 +113,15 @@ Burn a compressed afio archive on-the-fly, pad up to 700 MB:
To be read from *not mounted* CD via: afio -tvZ /dev/hdc
Program tar would need a clean EOF which our padded CD cannot deliver.
</pre>
libburner has two companions, telltoc and dewav, which help to perform some
peripheral tasks of burning.
telltoc prints a table of content (sessions, tracks and leadouts), it tells
about type and state of CD media, and also is able to provide the necessary
multi-session information for program mkisofs option -C. See: telltoc --help.
dewav extracts raw byte-swapped audio data from files of format .wav (MS WAVE)
or .au (SUN Audio). See example in libburner --help.
@subsection libburner-source Sourceode of libburner