Date: Fri, 13 Apr 2001 20:07:43 +0200 From: Harold Gutch <logix@foobar.franken.de> To: Nathan Dorfman <nathan@rtfm.net> Cc: Guido van Rooij <guido@gvr.org>, freebsd-multimedia@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: tosha & cdrecord Message-ID: <20010413200743.A90877@foobar.franken.de> In-Reply-To: <20010413135528.A73999@rtfm.net>; from nathan@rtfm.net on Fri, Apr 13, 2001 at 01:55:28PM -0400 References: <20010323195355.A21097@gvr.gvr.org> <20010323205639.A41316@foobar.franken.de> <20010413135528.A73999@rtfm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 13, 2001 at 01:55:28PM -0400, Nathan Dorfman wrote: > On Fri, Mar 23, 2001 at 08:56:39PM +0100, Harold Gutch wrote: > > Try omitting the -f parameter to tosha and thus dumping raw PCM > > files, and then burning them with the -swab parameter. > > That works for me (with a TEAC CD-R58S though). > > Careful. You only want to use -swab with drives whose byte ordering > differs from that of your system and PCM files. According to the manpage, cdrecord automatically recognizes what byte-order the cd-burner requires, but cdrecord itself assumes the PCM files to be in big-endian order. Tosha dumps the tracks in host-order, which is little-endian on x86, so you'll need -swab in my scenario above. bye, Harold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010413200743.A90877>