Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 15:34:33 -0300
From:      Adrian Mugnolo <adrianm@yahoo-inc.com>
To:        Hanspeter Roth <hanspeter_roth@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: cdda2wav for acd
Message-ID:  <20020909153432.C2427@jazz.ar.yahoo.com>
In-Reply-To: <20020909120557.A9652@gicco.cablecom.ch>; from hanspeter_roth@hotmail.com on Mon, Sep 09, 2002 at 12:05:57PM %2B0200
References:  <20020909120557.A9652@gicco.cablecom.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> Is there a tool that can extract tracks of an audio cd-image or that
> can read tracks from /dev/acd0t1 and convert them into wav?

You don't need cdda2wav with ATAPI drives.  As you said, you can read
special devices directly with dd(1) -- just make sure you're using the
correct block size:

        dd if=/dev/acd0t1 of=track1.cdr bs=2352

If you want to convert from raw audio to RIFF "wave" format, you can try
the sox(1) command from the audio/sox port:

        sox track1.cdr track1.wav

If you want to read the whole disc, you can use the standard
cdcontrol(1) to check the ending track:

        cdcontrol info

HTH

Regards

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?20020909153432.C2427>