This commit is contained in:
gferg 2001-11-20 13:23:29 +00:00
parent 384a7af0ad
commit ff0b9a4bc3
1 changed files with 18 additions and 0 deletions

View File

@ -17,6 +17,12 @@
</abstract>
<revhistory>
<revision>
<revnumber>1.5</revnumber>
<date>2001-11-19</date>
<authorinitials>GW</authorinitials>
<revremark>Fixed omission in Disc-At-Once burning section.</revremark>
</revision>
<revision>
<revnumber>1.4</revnumber>
<date>2001-11-17</date>
@ -246,6 +252,18 @@ AUDIOFILE "mix-05.wav" 0
<para>
The <emphasis>0</emphasis> (zero) after the wave filename means start from the beginning of the file. There can be a second number providing the length (time) of file to record. The <command>xcdroast</command> creates similar <emphasis>TOC</emphasis> files, there are also examples in <filename> testtocs</filename> directory of <command>cdrdao</command> source.
</para>
<para>
The <command>cdrdao</command> by default uses the device <filename>/dev/cdrecorder</filename>, which should be a link to the cdwriter device. Assuming your cd recorder device file is <filename>/dev/scd0</filename>, create the link (as root) as follows:
</para>
<programlisting>
ln -s /dev/scd0 /dev/cdrecorder
</programlisting>
<para>
Then, assuming that the <emphasis>TOC</emphasis> file is named <filename>cd.toc</filename> the command to burn the cd is simply:
</para>
<programlisting>
cdrdao write cd.toc
</programlisting>
</section>
<section id="credits"><title>Credits</title>