From owner-freebsd-multimedia Fri Mar 13 15:42:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11144 for freebsd-multimedia-outgoing; Fri, 13 Mar 1998 15:42:04 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA11125 for ; Fri, 13 Mar 1998 15:42:01 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 13 Mar 1998 18:40:40 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA01714; Fri, 13 Mar 98 18:40:29 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA25063; Fri, 13 Mar 1998 18:40:18 -0500 Message-Id: <19980313184018.59855@ct.picker.com> Date: Fri, 13 Mar 1998 18:40:18 -0500 From: Randall Hopper To: Harlan Stenn Cc: multimedia@FreeBSD.ORG Subject: Re: Recording via SB16? Mail-Followup-To: Harlan Stenn , multimedia@freebsd.org References: <19980313181718.29991@ct.picker.com> <13439.889831387@brown.pfcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <13439.889831387@brown.pfcs.com>; from Harlan Stenn on Fri, Mar 13, 1998 at 06:23:07PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org |Thanks for the response, Randall. | |When I read them in (probably using sox, maybe tosha), I can play them back |just fine. | |I've just been unable to convert from the .cdr format to, say, .au at *any* |sampling rate and have the result be playable. I've not worked with this format before, so I can only try and guess. But with sox, here are some things you might try (I'm sure you tried some of these already): sox -t cdr myfile.cdr -t au - > /dev/audio sox -t cdr myfile.cdr -t raw -U -b -c 1 -r 8012 - > /dev/audio and in case the samples are byte swapped (doubtless there's a simpler way, but I like to be explicit): sox -t cdr myfile.cdr -r 44100 -t raw -u -w -x - | \ sox -r 44100 -t raw -u -w - -t au - > /dev/audio Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message