From owner-freebsd-doc@FreeBSD.ORG Sat Jun 14 07:00:27 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0BE37B401 for ; Sat, 14 Jun 2003 07:00:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5CD43FCB for ; Sat, 14 Jun 2003 07:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5EE0QUp069154 for ; Sat, 14 Jun 2003 07:00:26 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5EE0Qox069153; Sat, 14 Jun 2003 07:00:26 -0700 (PDT) Date: Sat, 14 Jun 2003 07:00:26 -0700 (PDT) Message-Id: <200306141400.h5EE0Qox069153@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Alexey Dokuchaev Subject: Re: docs/53316: Small update/correction to multimedia/chapter.sgml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Dokuchaev List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 14:00:27 -0000 The following reply was made to PR docs/53316; it has been noted by GNATS. From: Alexey Dokuchaev To: freebsd-gnats-submit@FreeBSD.org, danfe@regency.nsu.ru Cc: Subject: Re: docs/53316: Small update/correction to multimedia/chapter.sgml Date: Sat, 14 Jun 2003 20:47:32 +0700 This is a multi-part message in MIME format. --------------070209000304050409060702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Grrr, forgot to mention mpg321. Patch updated (attached). --------------070209000304050409060702 Content-Type: text/plain; name="12345" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="12345" --- chapter.sgml.orig Sat Jun 14 19:40:05 2003 +++ chapter.sgml Sat Jun 14 20:44:50 2003 @@ -190,12 +190,18 @@ To use your sound device, you will need to load the proper device driver. This may be accomplished in one of two ways. The easiest way is to simply load a kernel module for your sound - card with &man.kldload.8;. Alternatively, you may statically - compile in support for your sound card in your kernel. The - sections below provide the information you need to add support - for your hardware in this manner. For more information about - recompiling your kernel, please see . + card with &man.kldload.8; which can either be done on fly, or + (a bit more handy way) by adding appropriate line to + /boot/loader.conf like this (below example is + for Creative Sound Blaster Live! sound card): + + snd_emu10k1_load="YES" + + Alternatively, you may statically compile in support for your + sound card in your kernel. The sections below provide the + information you need to add support for your hardware in this + manner. For more information about recompiling your kernel, + please see . Creative, Advance, and ESS Sound Cards @@ -544,7 +550,7 @@ the sound device and the MP3 file on the command line, as shown below: - &prompt.root; mpg123 -a /dev/dsp1.0 Foobar-GreatestHits.mp3 + &prompt.root; mpg123 -a /dev/dsp1.0 "BT - Foobar-GreatestHits.mp3" High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! @@ -554,13 +560,23 @@ -Playing MPEG stream from BT - Foobar-GreastHits.mp3 ... +Playing MPEG stream from BT - Foobar-GreatestHits.mp3 ... MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo /dev/dsp1.0 should be replaced with the dsp device entry on your system. + There is another command-line MP3 player, audio/mpg321, available as a drop-in + replacement for mpg123. While + mpg321 might not be as fast as the + non-free mpg123 under some + circumstances, it comes under the GNU General Public License, + which allows greater freedom to its users. For most people who + want mpg123, + mpg321 is a better alternative. + @@ -604,6 +620,17 @@ range: &prompt.root; cdda2wav -D 0,1,0 -t 1+7 + + You may also use audio/dagrab package as an alternative + to sysutils/cdrtools. + + There is another excellend utility for CD ripping available + in the Ports Collection: audio/cdparanoia, as well as several + scripts for automation of process of ripping, encoding, tagging, + and managing your MP3 and/or Ogg files (audio/cd2mp3 is one of alike). The utility &man.dd.1; can also be used to extract audio tracks on ATAPI drives, read --------------070209000304050409060702--