home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / lechmp3.zip / readme < prev   
Text File  |  2000-05-14  |  2KB  |  62 lines

  1. LEECHMP3 documentation.
  2.  
  3.      Leechmp3 is a REXX program that grabs an audio cd and converts tracks
  4. to mp3 format.
  5. The grabbing and encoding are done simultaneously as soon as the first
  6. track is grabbed.
  7. LEECHMP3 starts 2 threads, one for grabbing and one for encoding which
  8. communicate thru a rexx queue.
  9. If you have a sound card, you will get informed thru it of evolution of the
  10. process.
  11.  
  12.    Required components:
  13.  
  14.      To use this program you'll need a grabber: LEECHMP3
  15. uses LEECH that you can find on hobbes (http://hobbes.nmsu.edu) as
  16. leech120.zip. Install this program as stated in its documentation.
  17.  
  18.    You will also need a MP3 encoder: LEECHMP3 uses
  19. LAME that you can also find on HOBBES. The current version is lame380.zip.
  20. Install it.
  21.  
  22.  
  23.      To install LEECHMP3, simply unzip it in a directory and have this directory
  24. defined in the path environment variable of your config.sys file.
  25. The best is probably to install the 3 components in the same directory since
  26. LEECH and LAME also have to be known in the path so that LEECHMP3 can find
  27. them.
  28.  
  29.  
  30.      Leechmp3 accepts flags available for LEECH and for LAME.
  31.  
  32.    Here are some command line examples:
  33.  
  34.      If you want to convert al tracks of a CD at default Lame parameters, simply
  35. type:
  36. leechmp3
  37.  
  38.    if you only want tracks 1 and 3 at default lame parameters:
  39.    leechmp3 t 1 3
  40.  
  41.     If you want them with a lower sample rate:
  42. leechmp3 t 1 3 -b 40
  43.  
  44.  
  45.      Note: Don't be surprised: LEECHMP3 will not necesarilly take the tracks in
  46. the order you stated. The tracks are first sorted so that the shorter one
  47. is grabbed first. This allows the encoding process to start as soon as
  48. possible, reduicing the total runtime.
  49.  
  50.  
  51.      LEECHMP3 has been compiled using REXX2EXE that you can also find on HOBBES.
  52. The source code is provided in case it could be usefull to anyone.
  53.  
  54.      The sounds you will hear have been produiced using the demo site of "ELAN
  55. INFORMATIQUE" where they demonstrate their "PROVERBE" voice synthesizer.
  56. Pointing your browser to: www.elan.fr you'll be able to produice your own
  57. sound samples for example to increase the numbre of track numbers useable by
  58. LEECHMP3 or to change the messages.
  59.  
  60.      If you have any problem or comment, feel free to contact me.
  61.      My Email: msuch@free.fr
  62.