From 5bd74c3064c877d50124309ab164567d646fb0f8 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 24 Nov 2006 12:41:39 +0000 Subject: [PATCH] Mentioned telltoc and dewav as helpers of libburner --- doc/comments | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/comments b/doc/comments index 2467f47..dc86b61 100644 --- a/doc/comments +++ b/doc/comments @@ -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. +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