README 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. This is LAME 3.88 from www.mp3dev.org,
  2. stripped down for Plan 9.
  3. -rsc
  4. =============================================
  5. LAME 3.xx
  6. LAME Ain't an MP3 Encoder
  7. http://www.mp3dev.org
  8. March 2001
  9. Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng). Now
  10. maintained by Mark Taylor (www.sulaco.org/mp3).
  11. This code is distributed under the GNU LESSER PUBLIC LICENSE
  12. (LGPL, see www.gnu.org) with the following modification:
  13. 1. If you determine that distribution of LAME requires a patent license,
  14. and you obtain a patent license, you may distribute LAME even though
  15. redistribution of LAME may also require a patent license.
  16. 2. You agree not to enforce any patent claims for any aspect of
  17. MPEG audio compression, or any other techniques contained in
  18. the LAME source code.
  19. ============================================================================
  20. see the file "INSTALL" for installation (compiling) instructions.
  21. see the file "USAGE" for the most up-to-date guide to the command line options.
  22. see the file "LICENSE" for details on how to use LAME in non-GPL programs.
  23. see the file "HACKING" if you are interested in working on LAME
  24. see the file "API" for details of the LAME encoding library API
  25. There is HTML documentation and a man page in the doc directory.
  26. The HTML docs were contributed by Gabriel Bouvigne (www.mp3tech.org).
  27. See www.mp3tech.org for more audio compression information and links.
  28. ============================================================================
  29. LAME uses the MPGLIB decoding engine, from the MPG123 package, written
  30. by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
  31. Copyrights (c) 1999,2000,2001 by Mark Taylor
  32. Copyrights (c) 1998 by Michael Cheng
  33. Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib
  34. As well as additional copyrights as documented in the source code.