Release-1.1.3
上传用户:weiliju62
上传日期:2007-01-06
资源大小:619k
文件大小:3k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. Hi,
  2. cdrdao-1.1.3 is available from:
  3.   http://www.ping.de/sites/daneb/download.html
  4. This version contains some new features which are not tested as I used to do
  5. it with previous releases. I'm just making this version public because I'll
  6. move to another town next week and I don't know when I'll have access to the
  7. Internet again. However, I'd like to encourage everyone to do at least some
  8. simulation runs with the new 'copy' command. It should be possible to make
  9. on the fly copies of arbitrary single session CDs now.
  10. The xcdrdao GUI has reached a status that I would call usable. It's main
  11. application is the composition of audio CDs and editing of audio CD images
  12. created with 'read-cd'. 
  13. Cdrdao changes:
  14.  o Data track writing is available with all drivers, especially the
  15.    'ricoh-mp6200' and 'generic-mmc-raw' can write data tracks now.
  16.  o Added DAE capability based on Monty's paranoia library to all drivers.
  17.    The 'plextor' driver will still use the special Plextor method for DAE
  18.    with Plextor drives but it is possible to force using the paranoia mode
  19.    with a driver option (see README). The paranoia mode can customized with
  20.    option '--paranoia-mode #'. Please read section 'Digital Audio Extraction'
  21.    of the README.
  22.  o 'read-cd' creates now a complete image of a session. All tracks are written
  23.    to a single image file (comparable to a .bin file). Pre-gaps and index marks
  24.    of audio tracks are extracted while ripping the audio data so that a 
  25.    'read-toc' step is obsolete now.
  26.    It may choke on CDs written in TAO mode.
  27.  o Experimental: Added a 'copy' command that performs all steps for copying a
  28.    CD session with a single or two drives. By default a temporary image file
  29.    is created in the current working directory. On the fly copying can be
  30.    selected with option '--on-the-fly' which avoids the temporary image file.
  31.    Copying of mixed mode CDs should be fine.
  32.    I expect problems with source CDs written in TAO mode but I did not make
  33.    any tests up to now.
  34.    On the fly copying is not available for the Win32 platform, yet.
  35.    Please read section 'Example for CD Copying' of the README.
  36.  o 'read-cd' ignores sectors with L-EC errors now if option '--read-raw' is
  37.    given. The 'cdd2600', 'ricoh-mp6200' and 'generic-mmc-raw' driver will
  38.    recreate the erroneous sectors when recording.
  39.  o Added full multi session support to the 'teac-cdr55' driver.
  40.  o Added multiple language support for CD-TEXT. However, I have currently no
  41.    access to a CD-TEXT capable consumer CD-player so I am not sure if CD-TEXT
  42.    recording still works. Reading the written CD-TEXT data with a CD-ROM
  43.    drive gives the expected results.
  44.  o ATAPI CD-ROM drives that were only working with the 'plextor' driver
  45.    should now be supported by the 'generic-mmc' driver with driver option 0x20
  46.    (--driver generic-mmc:0x20). 
  47.  o A CD-R medium is automatically ejected now before writing to reset the disk
  48.    status after a simulation run which is necessary e.g. for the
  49.    Philips CDD2x00 recorder family.
  50. Xcdrdao changes:
  51.  o Added dialogs for entering meta data like UPC/EAN, ISRC code and CD-TEXT.
  52.  o It is now possible to insert and remove samples at any place without
  53.    touching the audio files on the disk.
  54.  o Added a dialog for configuration of all available CD-ROM/CD-R devices.
  55.  o Recording can now be started from the GUI. Simultaneous recording with
  56.    multiple CD-recorders is possible if the hardware is suitable for it.
  57.  o Created a man page.
  58. Andreas