Newer
Older
monitord / lame-3.97 / mpglib / README
  1. MP3 library
  2. -----------
  3. Version 0.2
  4.  
  5. This decoder is a 'light' version (thrown out all unnecessay parts)
  6. from the mpg123 package. I made this for a company.
  7.  
  8. Currently only Layer III is enabled to save some space. Layer I and II isn't
  9. tested at all. The interface will not change significantly.
  10. A backport to the mpg123 package is planed.
  11.  
  12. compiled and tested only on Solaris 2.6
  13. main.c contains a simple demo application for library.
  14.  
  15. COPYING: you may use this source under GPL terms!
  16.  
  17. PLEASE NOTE: This software may contain patented algorithms (at least
  18. patented in some countries). It may be not allowed to sell/use products
  19. based on this source code in these countries. Check this out first!
  20.  
  21. COPYRIGHT of MP3 music:
  22. Please note, that the duplicating of copyrighted music without explicit
  23. permission violates the rights of the owner.
  24.  
  25. SENDING PATCHES:
  26. Maybe I change the copyright policy (i.e. some kind of more free BSD license).
  27. Please consider this when sending patches/changes.
  28.  
  29. FEEDBACK:
  30. I'm interested to here from you, when you use this package as part
  31. of another project.
  32.  
  33.