View | Details | Raw Unified | Return to bug 53316
Collapse All | Expand All

(-)chapter.sgml (-8 / +25 lines)
Lines 190-201 Link Here
190
    <para>To use your sound device, you will need to load the proper
190
    <para>To use your sound device, you will need to load the proper
191
      device driver.  This may be accomplished in one of two ways.
191
      device driver.  This may be accomplished in one of two ways.
192
      The easiest way is to simply load a kernel module for your sound
192
      The easiest way is to simply load a kernel module for your sound
193
      card with &man.kldload.8;.  Alternatively, you may statically
193
      card with &man.kldload.8; which can either be done on fly, or
194
      compile in support for your sound card in your kernel.  The
194
      (a bit more handy way) by adding appropriate line to
195
      sections below provide the information you need to add support
195
      <filename>/boot/loader.conf</filename> like this (below example is
196
      for your hardware in this manner.  For more information about
196
      for Creative Sound Blaster Live! sound card):</para>
197
      recompiling your kernel, please see <xref
197
198
      linkend="kernelconfig">.</para>
198
    <programlisting>snd_emu10k1_load="YES"</programlisting>
199
200
    <para>Alternatively, you may statically compile in support for your
201
      sound card in your kernel.  The sections below provide the
202
      information you need to add support for your hardware in this
203
      manner.  For more information about recompiling your kernel,
204
      please see <xref linkend="kernelconfig">.</para>
199
205
200
    <sect3>
206
    <sect3>
201
      <title>Creative, Advance, and ESS Sound Cards</title>
207
      <title>Creative, Advance, and ESS Sound Cards</title>
Lines 544-550 Link Here
544
	the sound device and the MP3 file on the command line, as
550
	the sound device and the MP3 file on the command line, as
545
	shown below:</para>
551
	shown below:</para>
546
552
547
      <screen>&prompt.root; <userinput>mpg123 -a <replaceable>/dev/dsp1.0</replaceable> Foobar-GreatestHits.mp3</userinput>
553
      <screen>&prompt.root; <userinput>mpg123 -a <replaceable>/dev/dsp1.0</replaceable> "BT - Foobar-GreatestHits.mp3"</userinput>
548
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
554
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
549
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
555
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
550
Uses code from various people. See 'README' for more!
556
Uses code from various people. See 'README' for more!
Lines 554-560 Link Here
554
560
555
561
556
562
557
Playing MPEG stream from BT - Foobar-GreastHits.mp3 ...
563
Playing MPEG stream from BT - Foobar-GreatestHits.mp3 ...
558
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
564
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
559
</screen>
565
</screen>
560
566
Lines 604-609 Link Here
604
	range:</para>
610
	range:</para>
605
611
606
      <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>0,1,0</replaceable> -t 1+7</userinput></screen>
612
      <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>0,1,0</replaceable> -t 1+7</userinput></screen>
613
614
      <para>You may also use <filename
615
	role="package">audio/dagrab</filename> package as an alternative
616
	to <filename role="package">sysutils/cdrtools</filename>.</para>
617
618
      <para>There is another excellend utility for CD ripping available
619
	in the Ports Collection: <filename
620
	role="package">audio/cdparanoia</filename>, as well as several
621
	scripts for automation of process of ripping, encoding, tagging,
622
	and managing your MP3 and/or Ogg files (<filename
623
	role="package">audio/cd2mp3</filename> is one of alike).<para>
607
624
608
      <para>The utility &man.dd.1; can also be used to extract audio tracks
625
      <para>The utility &man.dd.1; can also be used to extract audio tracks
609
	on ATAPI drives, read <xref linkend="duplicating-audiocds">
626
	on ATAPI drives, read <xref linkend="duplicating-audiocds">

Return to bug 53316