home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / fp_adpcm / cdripper / cdripper.doc < prev    next >
Text File  |  1977-12-31  |  3KB  |  117 lines

  1.  
  2.                     -----------------------------------
  3.                     *** Flowerpower's ADPCM package ***
  4.                     -----------------------------------
  5.  
  6.                           CDRipper documentation
  7.  
  8.                This software package is in the public domain.
  9.                        Do with it whatever you want.
  10.  
  11.  
  12.  
  13. Introduction
  14. ------------
  15.  
  16. This program will rip CD audio data from any audio CD using a Toshiba CDRom
  17. drive  and store this in ADPCM2 or ADPCM3 format.
  18.  
  19. The  loading  routines  are  derived  from  my 14 bit CDPlayer available on
  20. AmiNet.   Sony  CDRom support might be added in one of the next releases as
  21. well as to my 14 Bit CDPlayer.
  22.  
  23. Some  people  have  reported  that  this  software  (as  well  as my 14 bit
  24. CDPlayer)  works  with  several IDE and ATAPI CDRoms.  These obviously have
  25. got  good  SCSI  command set emulations, including direct data transfer via
  26. SCSI bus.
  27.  
  28.  
  29. Technical Info
  30. --------------
  31.  
  32. The  CD-DA  data  will be converted to MONO and downsampled to 22050Hz.  An
  33. optional  scaling  can  be  done as well.  Then the data will be compressed
  34. using  ADPCM2  or  ADPCM3.   The  ADPCM  algorithm  is  taken  from example
  35. sourcecodes for the ZyXEL modem's voice files.
  36.  
  37.  
  38. Usage
  39. -----
  40.  
  41. This  is  a  Shell-only program.  Do not try to start it from Workbench.  A
  42. user interface may be added in the future.
  43.  
  44. Template: TRACK/N/A, NUMTRACKS/K/N, TO/K/A, BITS/K/N,
  45.           DEVICE/K, UNIT/K/N, MAXIMIZE/S, BOOST/K/N
  46.  
  47. Examples:
  48.  
  49. CDRipper 5 TO RAM:Sample BITS=3 DEVICE=gvpscsi.device UNIT=2
  50.  
  51. CDRipper 3 NUMTRACKS=2 TO RAM:Sample MAXIMIZE BOOST=125
  52.  
  53.  
  54. TRACK/N/A
  55.  
  56. The  audio  track  to rip.  Be careful:  No further checks are done on that
  57. number!
  58.  
  59. NUMTRACKS/K/N
  60.  
  61. This parameter specifies the number of contiguous tracks to rip.
  62.  
  63. TO/K/A
  64.  
  65. This  keyword  must exist.  After that you must specify a file name to save
  66. the sample to.
  67.  
  68. BITS/K/N
  69.  
  70. Either specify 2 or 3 for ADPCM2 or ADPCM3 compression.  Other values might
  71. be added in the future (e.g.  8 or 16 for saving as IFF or WAV file)
  72.  
  73. DEVICE/K
  74.  
  75. The SCSI device driver to use. This defaults to "scsi.device"
  76.  
  77. UNIT/K/N
  78.  
  79. The SCSI unit to use. This must be a CDRom unit. This defaults to 3.
  80.  
  81. MAXIMIZE/S
  82.  
  83. If  you  give this parameter, the program will first scan through the audio
  84. track(s)  and  try to find the maximum peak (similar to PEAK SEARCH on your
  85. CD-Player).  Then it will scale the sample to maximum 8 bit dynamics.  This
  86. will  reduce  the quantisation noise level.  Your sample will be louder and
  87. clearer. But it will take twice the time to rip the track.
  88.  
  89. BOOST/S
  90.  
  91. Here  you  can  give a scaling factor for your sample in percent.  100 will
  92. mean  no  scaling,  50  means  half  the volume, 200 will double the volume
  93. etc...  You can also combine this parameter with the MAXIMIZE switch.
  94.  
  95. The  boost  factor can further improve the sound quality as it improves the
  96. signal-to-noise  ratio.   Values  between  100  and  400  usually give best
  97. results.   Using  too  high  boost  values  may lead to audible distortion,
  98. similar to overmodulating an audio amplifier.
  99.  
  100.  
  101.  
  102. The Author
  103. ----------
  104.  
  105. Christian Buchner
  106. Steinbergstraße 2
  107. 82110 Germering
  108. Germany
  109. Tel.: +49-89-849868
  110.  
  111. EMAIL: flowerp@eikon.e-technik.tu-muenchen.de
  112.  
  113. <flowerp> on irc #amiga and #amigager
  114.  
  115.   //
  116. \X/ Flowerpower
  117.