LICENSE
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. Can I use LAME in my commercial program?  
  2. Yes, you can, under the restrictions of the LGPL.  In particular, you
  3. can include a compiled version of the LAME library (for example,
  4. lame.dll) with a commercial program.  Some notable requirements of
  5. the LGPL:
  6. 1. In your program, you cannot include any source code from LAME, with
  7.    the exception of files whose only purpose is to describe the library
  8.    interface (such as lame.h).  
  9. 2. Any modifications of LAME must be released under the LGPL.  
  10.    The LAME project (www.sulaco.org/mp3) would appreciate being
  11.    notified of any modifications.  
  12. 3. You must give prominent notice that your program is:
  13.       A. using LAME (including version number)
  14.       B. LAME is under the LGPL
  15.       C. Provide a copy of the LGPL.  (the file COPYING contains the LGPL)
  16.       D. Provide a copy of LAME source, or a pointer where the LAME
  17.          source can be obtained (such as www.sulaco.org/mp3)
  18.    An example of prominent notice would be an "About the LAME encoding engine"
  19.    button in some pull down menu within the executable of your program.  
  20. 4. If you determine that distribution of LAME requires a patent license,
  21.    you must obtain such license.
  22. ***IMPORTANT NOTE***
  23. The decoding functions provided in LAME use the mpglib decoding 
  24. engine which is under the GPL.  They may not be used by any
  25. program not released under the GPL unless you obtain such 
  26. permission from the MPG123 project.  (www.mpg123.de).
  27. LAME has built in support to read raw pcm and some wav and aiff files.
  28. More robust file I/O can be handled by compiling in LIBSNDFILE,
  29. but LIBSNDFILE is also under the GPL and my not be used by other
  30. programs not under the GPL.