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

SCSI/ASPI

开发平台:

MultiPlatform

  1. This is Monty's <monty@xiph.org> paranoia library that allows high quality
  2. digital audio extraction even with scratched CDs. It is taken from the
  3. cdparanoia-III-alpha9.5 package.
  4. Changes:
  5.   - Provided my own version of the 'cdrom_drive' structure and changed
  6.     the include path for "cdda_interface.h". It is now located in
  7.     "dao/cdda_interface.h".
  8.   - Removed include of "../interface/smallft.h" because nothing from it
  9.     was used.
  10.   - Commented out the functions 'i_paranoia_firstlast()' and 
  11.     'paranoia_seek()' to reduce the required cdda interface functions.
  12.     Now only 'cdda_read()' is referenced by the library.
  13.   - Added function 'paranoia_set_range()' to set the valid range of audio
  14.     sectors.