Add a note mentioning that cdda2wav can also be used on ATAPI drives and
that this choice can be a better one than the dd(1) method for question of jitter correction, etc. PR: docs/129281 Submitted by: Yuri <yuri@tsoft.com>
This commit is contained in:
parent
271eb00ce8
commit
5eee66d830
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36212
1 changed files with 9 additions and 0 deletions
|
@ -1176,6 +1176,15 @@ scsibus1:
|
||||||
<procedure>
|
<procedure>
|
||||||
<title>ATAPI Drives</title>
|
<title>ATAPI Drives</title>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>With the help of the <link
|
||||||
|
linkend="atapicam">ATAPI/CAM module</link>,
|
||||||
|
<command>cdda2wav</command> can also be used on ATAPI
|
||||||
|
drives. This tool is usually a better choice for most of
|
||||||
|
users (jitter correction, endianness issues, etc.) than
|
||||||
|
the method proposed below.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>The ATAPI CD driver makes each track available as
|
<para>The ATAPI CD driver makes each track available as
|
||||||
<filename>/dev/acd<replaceable>d</replaceable>t<replaceable>nn</replaceable></filename>,
|
<filename>/dev/acd<replaceable>d</replaceable>t<replaceable>nn</replaceable></filename>,
|
||||||
|
|
Loading…
Reference in a new issue