home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / cdinfo14.zip / CDINFO.DOC next >
Text File  |  1994-11-13  |  4KB  |  116 lines

  1. Ok enjoy... No time & lazy to make a correct doc..
  2.  
  3. READ SUCCES.TXT & HLPFRM.TXT ALSO
  4.  
  5. --------------
  6. REGISTRATION:
  7.  
  8. PLEASE SEND $5 or [dutch hfl 5,-(coin)]) TO
  9.  
  10. H.P. VERWEIJ
  11. WEDERIK 36
  12. 3831 AZ LEUSDEN
  13. THE NETHERLANDS
  14.  
  15. READ REGISTER.TXT FOR DETAILS
  16.  
  17. ---------------
  18. EMAIL:
  19.  
  20. internet email: hpverwei@cs.ruu.nl
  21. if no reply: internet email also: dick.verweij@hacom.wlink.nl
  22.  
  23. The program:
  24.  
  25. Main purpose is to download CD digital audio data straight from your
  26. CDROM to your HARDDISK. Without any SAMPLING ERRORS/HISS/DESTORTION.
  27. In FULL 16BIT, 44100 HZ STEREO SOUND.
  28.  
  29.     USAGE: cdinfo [-t] [-h] [-?]
  30.     -t use text interface (graphical now default)
  31.     -h use high sierra addressing mode (default red book)
  32.     -rd debug info readlong request
  33.  
  34. Some docs:
  35.  
  36. How to save raw audio data to a WAV file:
  37. press key 'w': The program asks for a starting sector (depending on using
  38. Red book or High sierra addressing mode) and a ending sector.
  39. If THERE IS NO ERROR (INDICATED IN THE BOX "Resultcode mscdex driver")
  40. A FILE xxxxxxx.wav will be created. Faulty files will be deleted.
  41.  
  42.   xxxxxxx= HEXADECIMAL NOTATION OF STARTSECTOR
  43.  
  44. Example:
  45.   1a14.wav
  46.  
  47. Format of the file: wav,16 bit 44100hz stereo
  48.  
  49. SOME TIPS/HINTS/DOCS:
  50.  
  51.  
  52. ----------------------------------------------------------------------
  53.     The cdrom drive is capable of reading raw audio if the box
  54.     'READING' show 'cooked + raw'. And of course if the mscdex &
  55.     hardware driver supports it.
  56.     NOTE: SOME CDROM DRIVES CAN ONLY READ RAW IN VERY SMALL CHUNKS
  57.     (ABOUT 30 SECTORS) USE THE HIGH SIERRA MODE (-h) TO INPUT SMALL
  58.     CHUNKS [FIXED IN VERSION 1.4]
  59.  
  60. -----------------------------------------------------------------------
  61.     Synchronizing errors can occur on a CDDISK which has BAD SECTORS.
  62.     Nothing can be done about that, CDINFO tries 10 times to
  63.     re-synchronize before stopping (reads on, wavfile can be used).
  64.     Becouse CDDA-data has no sync info inclosed (only RAW 44.100 hz)
  65.     you can not always predict if you have the right sector. That is why
  66.     I use synchronizing.. BAD sectors give random data so with
  67.     synchronizing you can not fix that.
  68.  
  69. ----------------------------------------------------------------------
  70.     TRACKS fields information:
  71.     [start sector] [n (+/-)emp] [audio/data] [copy permitted?]
  72.  
  73.     start sector= highsierra or redbook address
  74.     n= number of channels (2 or 4)
  75.     + = with emphasis
  76.     - = without emphasis
  77.  
  78. ----------------------------------------------------------------------
  79.     Correct redbook address:
  80.     min:sec:frame e.g. 1:20:56
  81.     (0 < sec < 60)
  82.     (0 < Frame < 75)
  83.  
  84. ----------------------------------------------------------------------
  85.     QUIT = q or <ESC>
  86.  
  87. ----------------------------------------------------------------------
  88.     ACM = AUDIO CHANNEL MANIPULATION
  89.     (when it is YES you can change volume/mixer settings, I hope)
  90.  
  91. ----------------------------------------------------------------------
  92.     The wav file is created with command [w] and has the name:
  93.     (hexnumber of startsector).wav e.g. c213a.wav
  94.  
  95. ----------------------------------------------------------------------
  96.     Debug info readlong (option -rd):
  97.     a box will popup showing:
  98.     readlong: start_sector num_secs_to_read (hex hex) total_secs_still_to_read (hex)
  99.  
  100.     'num_secs'= number of sectors (NOT SECONDS)
  101.     these are the precise numbers given by the CDINFO.EXE to the MSCDEX interface.
  102.     to look if something is wrong with CDINFO.
  103.     * if they do not match the input you gave.. mail me.
  104.     * if they do match something must be wrong with the mscdex interface..
  105.  
  106. ----------------------------------------------------------------------
  107.  
  108. NOTE:
  109. Not all cdrom can do raw reading!!
  110. Do not use CDROM CACHING SMARTDRV with cdinfo!!
  111.  
  112. THANX FOR ALL THE FEEDBACK!...
  113. see you in another production.
  114.  
  115. BTW: there is a small error in the graphic drawing (try to find it!) :)
  116.