Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Oct 1999 11:55:06 -0400
From:      "Alexander N. Kabaev" <kabaev@mail.ru>
To:        freebsd-multimedia@freebsd.org
Subject:   RE: cdd produces static ...
Message-ID:  <37FE13DA.D75F1830@mail.ru>

next in thread | raw e-mail | index | archive | help
On 08-Oct-99 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...
>

sox -s -w -c 2 -r 44100 -t raw /tmp/track-10.cda track-10.wav
                          ^^^^^
this will do what you need, I believe


PS. It seems like my previous message did not make it to the list, so I
am resending it again using different mail account.



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?37FE13DA.D75F1830>