Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Oct 1999 18:23:31 +0200
From:      "Jose M. Alcaide" <jose@we.lc.ehu.es>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: cdd produces static ...
Message-ID:  <37FE1A83.2ABCB44C@we.lc.ehu.es>
References:  <Pine.BSF.4.10.9910081016450.30583-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The Hermit Hacker wrote:
> 
> Just trying to convert some of my CDs to MP3's, and if I do:
> 
>    102  10:06   cdd -t 10 -f acd0
>    104  10:11   sox -t cdr /tmp/track-10.cda track-10.wav
> 
> And then try to play the resultant .wav file, I get a bunch of static...
> 

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

-- JMA
-----------------------------------------------------------------------
José Mª Alcaide                         | mailto:jose@we.lc.ehu.es
Universidad del País Vasco              | mailto:jmas@FreeBSD.org
Dpto. de Electricidad y Electrónica     | http://www.we.lc.ehu.es/~jose
Facultad de Ciencias - Campus de Lejona | Tel.:  +34-946012479
48940 Lejona (Vizcaya) - SPAIN          | Fax:   +34-946013071
-----------------------------------------------------------------------
            "Keyboard not present -- Press F1 to resume"


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?37FE1A83.2ABCB44C>