CDDB->wav->CDDB?

CDDB->wav->CDDB?

Post by spiceru » Thu, 07 Dec 2000 13:13:49



Hi All,

I haven't seen a question like this anywhere, so I thought I would ask
it here.

Is there a program that can make a CDDB Audio Disk from a wav or mp3
file?  And would this CDDB Disk work in any Audio CD Player (like the
car's CD player?).  I want to hook a turntable and record an LP, then
encode it onto a CD that I can play in the car.  Is this possible?

Thanks in advance.

 
 
 

CDDB->wav->CDDB?

Post by ad.. » Thu, 07 Dec 2000 13:27:14



> Hi All,
> I haven't seen a question like this anywhere, so I thought I would ask
> it here.
> Is there a program that can make a CDDB Audio Disk from a wav or mp3
> file?  And would this CDDB Disk work in any Audio CD Player (like the
> car's CD player?).  I want to hook a turntable and record an LP, then
> encode it onto a CD that I can play in the car.  Is this possible?
> Thanks in advance.

Sure can... cdrecord can burn wav files directly to disk...  Something
like:

$ cdrecord dev=0,3,0 speed=4 -audio track1.wav track2.wav track3.wav

This is will give you a normal audio CD.  You can't do it directly with mp3,
so you'd need to convert any mp3's to wav first.

Adam