home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / uxck201.zip / README < prev    next >
Text File  |  1998-12-05  |  3KB  |  82 lines

  1. Uxcook 2.0.1 by Ben D Canning (bdc@bethany.edu)
  2.  
  3. --
  4.  
  5.   I found a fairly serious error in Uxcook 2.0.0 so I'm putting this out to
  6.   tide everyone over until the next release (which will include batch mode,
  7.   overwriting, and all sorts of nifty enhancements).
  8.  
  9. --
  10.  
  11.   Uxcook is a Unix/Linux program that does the exact same thing as DeTox
  12.   Uncook95 for DOS/Windows.  Uxcook was originally written by Mike Epstein and
  13.   he recently turned maintainorship over to me because I rewrote his version
  14.   when it wouldn't compile on my Linux box properly.  Uxcook is free for use
  15.   and modification under the terms of the GNU GPL.
  16.  
  17.   The 2.0.x series has changed as follows:
  18.     - buffering added (4x speed increase)
  19.     - code cleaned up and modified so it would compile properly on Linux
  20.  
  21.   See the CHANGES file for more information and read TODO for what I'm
  22.   planning on adding soon.
  23.  
  24.   Oh yeah, Uxcook is at least twice as fast as the fastest similar utility.
  25.   Even under DOS.  Not bad, huh?
  26.  
  27.   Ideas were contributed by Mike Epstein.  The basic algorithm was described
  28.   to me by both Mike and Andrew Bent (the author of DeTox).  Special thanks
  29.   must also go out to the author of Uncook95, John Tesoriero.
  30.  
  31.   This is the only documentation for Uxcook.  Sorry.
  32.  
  33.   Uxcook's homepage is:
  34.       http://ns.bethany.edu/bdc/warez/uxcook.html
  35.  
  36.   More Uncook info and Uxcook mirroring is available at:
  37.       http://www.free-music.com
  38.  
  39. --
  40.  
  41.   Installing Uxcook is easy.  If you got the normal source archive, then
  42.   follow these steps (we'll assume your're under a Unix variant):
  43.  
  44.       % gzip -d uxcook-2.0.X.tar.gz
  45.       % tar -xvf uxcook-2.0.X.tar
  46.       % cd uxcook-2.0.X/
  47.       % make
  48.  
  49.   If you're a perfectionist, you can edit the Makefile yourself.  Right now, a
  50.   lot of heavy optimizations are turned on.  There is an alternate CFLAGS that
  51.   will not use any flags except `-Wall' to display errors and warnings.
  52.  
  53.   Then just put uxcook-2.0.X/uxcook into your path somewhere (or install in in
  54.   a global path as root).
  55.  
  56. --
  57.  
  58.   Execution of Uxcook is also easy.  Everything is specified on the
  59.   commandline.  The syntax is:
  60.  
  61.       uxcook infile outfile
  62.  
  63.   `infile' is the cooked MP3 that you want to fix.
  64.   `outfile' will be the fixed MP3.
  65.  
  66.   At this time, Uxcook does not allow overwriting of files.  There will be an
  67.   option added later to allow it, but for now, don't write to existing files
  68.   'cuz it won't work.
  69.  
  70. --
  71.  
  72.   As noted, this program is available at no cost.  I'd really like it if you
  73.   told me what you thought of it, though.  And maybe you could send me a nice
  74.   MP3 that I don't have :).  I like classic rock a lot (hint, hint).
  75.  
  76.     bdc@bethany.edu
  77.     http://ns.bethany.edu/bdc/
  78.     ICQ UIN 5020266 (I rarely have the client running, though)
  79.  
  80. --
  81. EOF
  82.