Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 1999 15:46:59 -0500
From:      "Zach N. Heilig" <znh@thequest.net>
To:        "Jose M. Alcaide" <jose@we.lc.ehu.es>
Cc:        The Hermit Hacker <scrappy@hub.org>, freebsd-multimedia@FreeBSD.ORG
Subject:   Re: cdd produces static ...
Message-ID:  <19991009154659.A7052@murkwood.znh.org>
In-Reply-To: <25DFDD47121BBB4A124B0073@mail.uffdaonline.net>; from Jose M. Alcaide on Fri, Oct 08, 1999 at 06:23:31PM %2B0200
References:  <Pine.BSF.4.10.9910081016450.30583-100000@thelab.hub.org> <25DFDD47121BBB4A124B0073@mail.uffdaonline.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 08, 1999 at 06:23:31PM +0200, Jose M. Alcaide wrote:
> For some reason I do not understand, the "-t cdr" option does not
> work. Use this command instead:
> 
>     sox -t raw -sw -c 2 -r 44100 /tmp/track-10.cda track-10.wav

the '-t cdr' option assumes that the cdda file is big-endian, '-t raw'
assumes the file is host-endian (little-endian on FreeBSD).  Use the
'-x' option to sox and it will properly swap the bytes for you.

  sox -x -t cdr /tmp/track-10.cda track-10.wav

-- 
Zach Heilig <znh@thequest.net>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991009154659.A7052>