public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* audio cd reccording
@  Daniel Crone
   ` Kerry Hoath
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Crone @  UTC (permalink / raw)
  To: speakup

How do I use cdrecord to copy an audio cd?  I want to copy everything on 
the audio disk just as it is.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: audio cd reccording
   audio cd reccording Daniel Crone
@  ` Kerry Hoath
     ` Steve Holmes
  0 siblings, 1 reply; 4+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: speakup

Don't use cdrecord for this,
since cdrecord and cdparanoia won't preserve index marks.
Get and install cdrdao
or compile it after fetching it from http://cdrdao.sourceforge.net
Then after /etc/cdrdao.conf is correctly configured, (needs cdrdao 1.1.5
or later) you can do
cdrdao copy

This preserves pregaps, indicies and isrc information.

Regards, Kerry.
On Thu, Mar 07, 2002 at 11:45:13PM -0500, Daniel Crone wrote:
> How do I use cdrecord to copy an audio cd?  I want to copy everything on 
> the audio disk just as it is.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
Kerry Hoath:  kerry@gotss.net kerry@gotss.eu.org or  kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: audio cd reccording
   ` Kerry Hoath
@    ` Steve Holmes
       ` Kerry Hoath
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Holmes @  UTC (permalink / raw)
  To: speakup

My only complaint about cdrdao is it seems to have trouble with more SCSI
emulators than does cdrecord.  Cdrecord works great on my system for data
style files but when I use cdrdao, I get a couple errors about being
unable to determin something about the device.  I had to specify my
drivers as follows:
read_driver:"generic-mmc:0x00200007"
write_device:"0,0,0"
write_driver:"generic-mmc"

But the last time I copied a cd with paranoia-mode=1, I still got some
errors while reading the cd and it took a very long time to do the job.  I
also couldn't get any progress messages to tell me how much longer <sigh>.
On Fri, 8 Mar 2002, Kerry Hoath wrote:

> Don't use cdrecord for this,
> since cdrecord and cdparanoia won't preserve index marks.
> Get and install cdrdao
> or compile it after fetching it from http://cdrdao.sourceforge.net
> Then after /etc/cdrdao.conf is correctly configured, (needs cdrdao 1.1.5
> or later) you can do
> cdrdao copy
>
> This preserves pregaps, indicies and isrc information.
>
> Regards, Kerry.
> On Thu, Mar 07, 2002 at 11:45:13PM -0500, Daniel Crone wrote:
> > How do I use cdrecord to copy an audio cd?  I want to copy everything on
> > the audio disk just as it is.
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: audio cd reccording
     ` Steve Holmes
@      ` Kerry Hoath
  0 siblings, 0 replies; 4+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: speakup

I use the default paranoia modes with excellent success.
As it rips, it gives a minute:second reading of how much is read
so far, and it rips at about 4x.
Anything faster or less paranoia on this hardware introduces jitter.
What sort of drive are you using? I find that it works fine
with both scsi cdrom drives and ide-scsi emulation, often there
are firmware updates to fix a lot of these complience
problems. cdrecord can write in dao mode,
but if you rip with paranoia you loose the isrc codes the cd barcode
information, index marks, pregaps
and any ecc errors you wish to retain i.e. copying console disks.
I use cdrdao for audio and cdrecord with mkisofs for data
and multi-session even though cdrdao supports multi-session.
Give me the models of cdrom/burners you are using and I'll see what
I can hunt up for you.

Regards, Kerry.
On Mon, Mar 11, 2002 at 11:04:14PM -0700, Steve Holmes wrote:
> My only complaint about cdrdao is it seems to have trouble with more SCSI
> emulators than does cdrecord.  Cdrecord works great on my system for data
> style files but when I use cdrdao, I get a couple errors about being
> unable to determin something about the device.  I had to specify my
> drivers as follows:
> read_driver:"generic-mmc:0x00200007"
> write_device:"0,0,0"
> write_driver:"generic-mmc"
> 
> But the last time I copied a cd with paranoia-mode=1, I still got some
> errors while reading the cd and it took a very long time to do the job.  I
> also couldn't get any progress messages to tell me how much longer <sigh>.
> On Fri, 8 Mar 2002, Kerry Hoath wrote:
> 
> > Don't use cdrecord for this,
> > since cdrecord and cdparanoia won't preserve index marks.
> > Get and install cdrdao
> > or compile it after fetching it from http://cdrdao.sourceforge.net
> > Then after /etc/cdrdao.conf is correctly configured, (needs cdrdao 1.1.5
> > or later) you can do
> > cdrdao copy
> >
> > This preserves pregaps, indicies and isrc information.
> >
> > Regards, Kerry.
> > On Thu, Mar 07, 2002 at 11:45:13PM -0500, Daniel Crone wrote:
> > > How do I use cdrecord to copy an audio cd?  I want to copy everything on
> > > the audio disk just as it is.
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
Kerry Hoath:  kerry@gotss.net kerry@gotss.eu.org or  kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 audio cd reccording Daniel Crone
 ` Kerry Hoath
   ` Steve Holmes
     ` Kerry Hoath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).