home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 33 / XENIATGM33.iso / e-mail / varie / winamp1.0.z / WINAMP.EXE / TEXT / AMPREADME
Text File  |  1997-06-07  |  4KB  |  100 lines

  1. amp MPEG audio decoder readme file (version 0.7.4)
  2. (C) Tomislav Uzelac  1996,1997
  3.  
  4. amp is free software and can be _used_ freely by anyone. If you want to do anything else with it, be sure to check the Legal section of this document for legal issues.
  5.  
  6. THERE IS NO WARRANTY FOR THIS PROGRAM. Please check out the Legal section of this document.
  7.  
  8. 1. Introduction
  9. 2. Installation
  10. 3. Running
  11. 4. Feedback
  12. 5. Contributing
  13. 6. Legal
  14.  
  15.  
  16. 1. Introduction
  17.  
  18. amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowledge of the standard. It works with both MPEG1 and MPEG2 audio streams (except for the multichannel extensions defined in MPEG2), layers 2 and 3. 
  19.  
  20. There is a gui for amp, written in Tcl/Tk by Edouard Lafargue. It is 
  21. available at the amp home site ftp://ftp.rasip.fer.hr
  22.  
  23. Another gui supported is the Sajber Jukebox, written by Joel Lindholm <wizball@kewl.campus.luth.se>
  24.  
  25. The following people contributed their time and knowledge to amp:
  26. Karl Anders Oygard, Ilkka Karvinen, Lutz Vieweg, Dan Nelson,
  27. Edouard Lafargue, Andrew Richards, George Colouris,
  28. Dmitry Boldyrev, Andy Lo A Foe, Thomas Sailer
  29.  
  30. amp home location is
  31.     ftp://ftp.rasip.fer.hr/pub/mpeg/
  32.  
  33. and the mailing list: send 'HELP' in the body of the message to:
  34.     multimedia@rasip.fer.hr
  35.  
  36. If you want to find out more about MPEG, best places to start are
  37.     http://www.mpeg.org
  38.     http://www.mpeg2.de 
  39.  
  40.  
  41. 2. Installation
  42.  
  43. Installation should be simple enough if amp was ported to your system,
  44. just do a 
  45.  
  46. ./configure
  47. make 
  48.  
  49. You can edit the makefile further to suit your system. If configure fails to make a usable Makefile, you'll _have_ to edit it yourself.
  50.  
  51. Linux users should try real-time playing support, as described
  52. in doc/realtime.txt. Some people that might pass on this feature are
  53. those with slower machines (i.e. 486's), or SMP systems (see the
  54. doc/linuxrealtime.txt file). 
  55.  
  56. ./configure --enable-realtime
  57. make
  58. chown root.root amp
  59. chmod u+s amp
  60.  
  61.  
  62. 3. Running:
  63.  
  64. 'amp -h' gives you usage & options. If your computer is on the slower
  65. side, direct playback might not work, but you can decode it
  66. to .wav or raw pcm and play it later.
  67.  
  68.  
  69. 4. Feedback
  70.  
  71. Send in your makefiles, opinions, bugreports, fixes; anything related to this program. You can also send me unlimited amounts of money, sugar, milk, etc.
  72.  
  73. If you find any mpeg audio files that amp has trouble decoding, please tell me about this via e-mail <tuzelac@rasip.fer.hr>.
  74.  
  75.  
  76. 5. Contributing
  77.  
  78. Please contribute to amp. If you want to know what is going on in amp development, you can join the developers mailing list
  79.  
  80.     mpeg_audio_developers@rasip.fer.hr
  81.  
  82. There are certain debugging facilities that I made in amp, but are disabled in the current release (they are neither nice nor user-friendly). If anyone enhances them (they are in dump.c) to the point that they're actually usable I'll be happy to include the changes in the release. I think this kind of debug output would be very useful to people studying these audio algorithms.
  83.  
  84.  
  85. 6. Legal
  86.  
  87. This software can be used freely for any purpose. It can be distributed freely, as long as it is not sold commercially without permission from Tomislav Uzelac <tuzelac@rasip.fer.hr>. However, including this software on CD_ROMs containing other free software is explicitly permitted even when a modest distribution fee is charged for the CD, as long as this software is not a primary selling argument for the CD.
  88.  
  89. Building derived versions of this software is permitted, as long as they are not sold commercially without permission from Tomislav Uzelac <tuzelac@rasip.fer.hr>. Any derived versions must be clearly marked as such, and must be called by a name other than amp. Any derived versions must retain this copyright notice.
  90.  
  91. /* This license is itself copied from Tatu Ylonen's ssh package. It
  92.  * does not mention being copyrighted itself :)
  93.  */
  94.  
  95. THERE IS NO WARRANTY FOR THIS PROGRAM - whatsoever. You use it entirely at your risk, and neither Tomislav Uzelac, nor FER will be liable for any damages that might occur to your computer, software, etc. in consequence of you using this freeware program.
  96.  
  97.  
  98. Tomislav Uzelac
  99. <tuzelac@rasip.fer.hr>
  100.