home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / Audio / CD2WAV / CD2WAV.DOC < prev    next >
Encoding:
Text File  |  1997-07-13  |  5.0 KB  |  110 lines

  1.  === CD2WAV v1.0i Copyright (c) 1996 Slava Gostrenko. ===
  2.  
  3.  
  4.      Introduction.
  5.  
  6.      CD2WAV  is  a  CD-DA  (Digital  Audio)  grabber  with  an advanced jitter
  7. correction  algorithm.  It works in Win95 dos box with the default IDE drivers
  8. while all the other programs I've seen failed.
  9.  
  10.  
  11.      Why CD2WAV?
  12.  
  13.      CD2WAV  was written and released because all the other programs I've seen
  14. does  not  work  in  Win95  DOS  box.  All  these  programs work only if Win95
  15. protected  mode  drivers are disabled and DOS cd-rom drivers are loaded. It is
  16. because  Win95  protected  mode  IDE drivers have a bug that results in a poor
  17. quality of the sound read by the programs other than CD2WAV.
  18.  
  19.  
  20.      Usage.
  21.  
  22.      CD2WAV <Track number> [<bytes to read>]
  23.  
  24.      or
  25.  
  26.      CD2WAV <Start track number>-<End track number> [<bytes to read>]
  27.  
  28.  
  29.      Examples.
  30.  
  31.      CD2WAV 10          - grab 10th track to the file named track10.wav.
  32.      CD2WAV 10 30000000 - grab 30 Mb of the 10th track.
  33.      CD2WAV 1-3         - grab 3 tracks to the single file (track01.wav).
  34.  
  35.  
  36.      Tech notes and troubleshooting.
  37.  
  38.      Your  CD  drive  and  driver(!) should support Read Long In Raw Data Mode
  39. command.  As  far  as  I  know  cr_atapi.sys and sbide.sys dos drivers for IDE
  40. cd-rom's do support this command. Win95 standart IDE drivers support Read Long
  41. too.  Note  that  by  default you may have non-standart IDE controller drivers
  42. installed (esp. if your CD-ROM is connected to IDE interface on a sound card).
  43.  
  44.      If you have a Sound Blaster with IDE interface and specific Sound Blaster
  45. IDE  drivers  for  Win95  installed  then replace them with standart Win95 IDE
  46. drivers. The Sound Blaster IDE drivers I've seen do not support Read Long.
  47.  
  48.      All  Bus  Master  IDE  Win95  drivers for Triton chipset I've seen do not
  49. support  Read  Long!  Replace  them with standart Win95 IDE drivers. Note that
  50. Intel (and may be some other) Bus Master IDE drivers can not be easily removed
  51. from  your  hardware  configuration.  Intel  drivers literaly replace standart
  52. drivers  and  the  original drivers can be restored only via reinstallation of
  53. Win95.
  54.  
  55.      I have failed to run the program with protected mode 32-bit drivers under
  56. Win95  OEM Service Release 2 (4.0.950B, aka Win96 build 1111). But DOS drivers
  57. work fine.
  58.  
  59.      If you failed to run CD2WAV with Win95 drivers then you may try to switch
  60. to  DOS drivers. Note that for DOS drivers to continue to work under Win95 GUI
  61. loaded  there  should  be  protected mode Win95 drivers disabled in the system
  62. configuration.  Check  the box at start -> settings -> control panel -> system
  63. ->  performance  ->  file  system  ->  troubleshooting  ->  disable all 32-bit
  64. protect-mode  disk  drivers.  Remember  to  install  DOS  cd-rom  drivers  and
  65. MSCDEX.EXE  in  your  config.sys  or  autoexec.bat  and  reboot  your computer
  66. afterwards.
  67.  
  68.      I'm  not sure that all DOS CD-ROM drivers support Read Long. Drivers that
  69. I've  tested  and  that  support Read Long are SBIDE.SYS and CR_ATAPI.SYS (aka
  70. lm581ide.sys).
  71.  
  72.      To  get  the  driver that support Read Long for sure visit Creative's web
  73. site       (http://www.creaf.com/)       and       open      directory      at
  74. ftp://ftp.creaf.com/pub/creative/drivers/cdrom.   You   need  the  file  named
  75. SBIDED95.EXE.  It is a collection of DOS/WIN3.1/WIN95 IDE ATAPI CD-ROM drivers
  76. and  installation  programs.  You  need  only  DOS  part  of this archive (run
  77. INSTALL.EXE,  NOT  SETUP.EXE).  If  you  want to be sure that you make a clear
  78. experiment  install  and  use this driver in a pure DOS (If it's ok in DOS you
  79. may  use  it  in WIN/WIN95 as well, but don't forget to disable 32-bit drivers
  80. first).  If  this  driver  works  as a normal CD-ROM driver (e.i. you can read
  81. normal  data  CD-ROMs),  but  fails to read audio disks then it is most likely
  82. that  your  CD  drive  cannot  read  audio CDs. To get the list of drives that
  83. support     or     do     not    support    reading    audio    disks    visit
  84. http://www.tardis.ed.ac.uk/~psyche/cdda/
  85.  
  86.      CD2WAV  does  not  check  the flags returned by Read Long command. So the
  87. failure to execute Read Long may not lead to an error message. You'll just get
  88. a WAV file filled with 0 (except for the 44 byte header). However CD2WAV tests
  89. Read  Long at start time and issues a warning if there is something wrong with
  90. Read  Long.  So  if  you've  got such a warning then it is 99.99% certain that
  91. there will be a zero filled wav file.
  92.  
  93.  
  94.      To  get  more  info about reading audio CDs or to get other programs that
  95. read audio CDs visit http://www.tardis.ed.ac.uk/~psyche/cdda/
  96.  
  97.  
  98.      E-Mail  me  anytime  you  wish  and  don't forget to visit my homepage at
  99. http://sunny.aha.ru/~gw/ (read http.www file included in this package)! ;-)
  100.  
  101.  
  102. Author:  Slava Gostrenko
  103. E-Mail:  gw@aha.ru
  104. WWW:     http://sunny.aha.ru/~gw/  <- Latest versions and info are here
  105. FidoNet: 2:5020/201.105, 2:5020/468.105
  106.  
  107.  
  108.      You can register on my page to get automatic notifications when CD2WAV is
  109. updated.
  110.