Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 21:37:00 +0200 (EET)
From:      Juha.Nurmela@quicknet.inet.fi
To:        multimedia@FreeBSD.ORG
Subject:   Re: BCP: CD ripping
Message-ID:  <Pine.BSF.4.10.10201292131090.669-100000@lpr-621.cable.inet.fi>

next in thread | raw e-mail | index | archive | help


Søren> dd if=/dev/acdXtY of=ripfile bs=2352

How about:

	dd ibs=63504 obs=64k if=${CDROM}t${1} | \
	sox -traw -r44100 -c2 -sw /dev/stdin -twav "$output"

Any harm with multiples of 2352 ?

BTW, sox & libc don't agree how unbuffered fread is supposed to work.
For example, utility rec from sox collection generates gazillions of
1-byte read(2)s.


Juha


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?Pine.BSF.4.10.10201292131090.669-100000>