Date: Fri, 4 Dec 1998 08:38:25 -0500 From: "Larry S. Marso" <larry@marso.com> To: Achilleas Mantzios <mantzios@softlab.ece.ntua.gr>, freebsd-questions@FreeBSD.ORG Subject: Re: YAMAHA CRW4260 audio recording problem Message-ID: <19981204083825.G25352@marso.com> In-Reply-To: <199812040830.KAA23668@softlab.ece.ntua.gr>; from Achilleas Mantzios on Fri, Dec 04, 1998 at 10:30:27AM %2B0200 References: <199812040830.KAA23668@softlab.ece.ntua.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981204083825.G25352>
