From owner-freebsd-multimedia Thu Aug 7 16:35:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA07142 for multimedia-outgoing; Thu, 7 Aug 1997 16:35:39 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA07137 for ; Thu, 7 Aug 1997 16:35:37 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 7 Aug 1997 19:35:05 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA02222; Thu, 7 Aug 97 19:35:03 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA04376; Thu, 7 Aug 1997 19:32:30 -0400 Message-Id: <19970807193230.13674@ct.picker.com> Date: Thu, 7 Aug 1997 19:32:30 -0400 From: Randall Hopper To: "Christopher T. Johnson" Cc: multimedia@FreeBSD.ORG Subject: Re: Question: Recording from CD via AWE 64 References: <199708050232.TAA03735@rah.star-gate.com> <199708051034.GAA05748@NetGSI.com> <19970807192436.55920@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <19970807192436.55920@ct.picker.com>; from Randall Hopper on Thu, Aug 07, 1997 at 07:24:37PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Oh, forgot one thing. When I was integrating audio MPEG encode into fxtv, I didn't have the greatest success with the FreeBSD port of mpegaudio. No Level 3 and didn't read some AIFFs. Here's APPENDIX A from the Fxtv README for info on how to grab a later version which has Level 3 and seems to work fine with AIFFs: Randall APPENDIX A - BUILDING MPEG LAYER 2 & 3 ENCODER SOFTWARE First, grab dist10.tar.gz from: http://multiverse.com/~rhh/fxtv, or ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/software/technical_report Then: tar -zxovf dist10.tar.gz cd dist10/dist10/lsf/encoder configure gmake mv encode /usr/local/bin/mpeg_musicin find tables -print | cpio -dumpv /usr/local/lib/mpegaudio cd ../decoder configure gmake mv decoder /usr/local/bin/mpeg_musicout and finally, put this env var setting in your profile: MPEG_AUDIO=/usr/local/lib/mpegaudio/tables NOTE: For every last pinch of speed, after each "configure", modify the Makefiles and change "-O" to "-O3 -ffast-math -mfancy-math-387". NOTE: An older version of this software is packaged as the FreeBSD "mpeg_audio" port, but it doesn't like some AIFF files (byte order problems), and it doesn't seem to do Level 3 audio. dist10 does.