Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 1998 17:41:26 -0400 (AST)
From:      The Hermit Hacker <scrappy@hub.org>
To:        vadik likholetov <vadik@sensi.org>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: Creating MP3's under FreeBSD...
Message-ID:  <Pine.BSF.3.96.980223174052.241E-100000@thelab.hub.org>
In-Reply-To: <19980223110908.54543@sensi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Feb 1998, vadik likholetov wrote:

> On Sat, Feb 21, 1998 at 05:09:58PM +0100, Luigi Rizzo wrote:
> > > 	How do you get the audio tracks off the CD?
> > 
> > the quick&dirty way is to sample them through the soundcard.
> > 
> > the more sophisticated way is to use programs like cdda or tosha to
> > grab the raw tracks from the CD. Some SCSI drives are reported to do
> > this, and I have some patches on my web page to do this with (some)
> > ATAPI disk as well. BEWARE though, this might freeze your IDE bus since
> > our atapi code does not have timeouts.
> > 
> > see http://www.iet.unipi.it/~luigi/cdda980108.diffs
> > 
> > using them, you still need to patch tosha, or better cdda, to grab the
> > pcm files and compensate the sync problems which many drives have
> > (don't ask for more comments on this, i am not very clear on what is
> > the problem and how to fix it)
> > 
> 
> here's the script I'm using to create mp3's :
> 
> #!/bin/sh
> TRACK=1;
> 
> MAXTRACK=`tosha -iq -d /dev/wcd0c 2>&1 |wc -l`
> while [ $TRACK -ne $MAXTRACK ]
> do
> 	echo Encoding Track $TRACK of $MAXTRACK
> #
> 	tosha -t $TRACK -d /dev/wcd0c -o $TRACK.pcm

Is this with 2.2-STABLE or 3.0-CURRENT?  I get a system reboot when I try
to use tosha under -current on /dev/wcd0c...

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 


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.3.96.980223174052.241E-100000>