From owner-freebsd-questions Fri Dec 4 05:41:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01158 for freebsd-questions-outgoing; Fri, 4 Dec 1998 05:41:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from second.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01151 for ; Fri, 4 Dec 1998 05:41:08 -0800 (PST) (envelope-from larry@marso.com) Received: (from larry@localhost) by second.dialup.access.net (8.9.1/8.8.8) id IAA27010; Fri, 4 Dec 1998 08:38:25 -0500 (EST) (envelope-from larry) Date: Fri, 4 Dec 1998 08:38:25 -0500 From: "Larry S. Marso" To: Achilleas Mantzios , freebsd-questions@FreeBSD.ORG Subject: Re: YAMAHA CRW4260 audio recording problem Message-ID: <19981204083825.G25352@marso.com> References: <199812040830.KAA23668@softlab.ece.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.13i In-Reply-To: <199812040830.KAA23668@softlab.ece.ntua.gr>; from Achilleas Mantzios on Fri, Dec 04, 1998 at 10:30:27AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Certainly don't use the "blank=all" feature. This is only for use with a re-writable cdr, blanking its existing contents before you write new material to it. cdrecord tells you plainly: > ATIP info from disk: > Is not erasable What is track32.pcm? Is it an audio file? Then you need to use: cdrecord -audio -swab -v -nofix dev=X,X,X speed=X track32.pcm ^^^^ mandatory for audio ^^^^ often necessary. What tosha grabs it bit reversed. ^^^^ if you're writing multiple audio tracks one at a time, use "nofix" until the last time. However, cdrecord understand wildcards. ^^^^ you can go up to 4x speed for write-once disks! The -swab will fix your 'white noise' problem, by the way. However, until you "fix" the disk your cdplayer probably can't play it. Once it's "fixed", you can't write more music to it. Best regards -- Larry S. Marso larry@marso.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message