From owner-freebsd-multimedia Sun Feb 4 3: 8:56 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.193.221.1]) by hub.freebsd.org (Postfix) with ESMTP id 9176637B491 for ; Sun, 4 Feb 2001 03:08:35 -0800 (PST) Received: from localhost (kunia@localhost) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id NAA22677; Sun, 4 Feb 2001 13:06:15 +0200 Date: Sun, 4 Feb 2001 13:06:15 +0200 (EET) From: Olexander Kunytsa To: Soren Schmidt Cc: David Kelly , multimedia@FreeBSD.ORG Subject: Re: Cd-paranoia In-Reply-To: <200102040922.KAA02736@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 4 Feb 2001, Soren Schmidt wrote: > > You need to open the normal device at least once before you can > read individual tracks (the driver need to read the TOC of the > CD to determine the track layout), ie you ca do a cdcontrol -f dev info > so you know how many tracks there is, and get the TOC read in. Hm... another question about 'dd as CDgraber': > cdcontrol -f /dev/acd0c i Starting track = 1, ending track = 13, TOC size = 114 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 7:05.09 0 31734 audio .... 12 57:45.52 3:48.02 259777 16952 audio 13 61:31.54 6:21.71 276729 28496 audio 170 67:51.50 - 305225 - - > dd if=/dev/acd0t12 of=/tmp/we.wav bs=2352 16952+0 records in 16952+0 records out 39871104 bytes transferred in 29.687103 secs (1343045 bytes/sec) > play /tmp/we.wav sox: WAVE: RIFF header not found > file /tmp/we.wav /tmp/we.wav: data > What kind of data is in that file? How can I convert it to Wave? Olexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message