home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / sharewar / winamp / faq.txt next >
Text File  |  1997-07-31  |  5KB  |  87 lines

  1. The Unofficial Winamp FAQ (for version 1.20): by Justin Frankel
  2. ...in no particular order
  3.  
  4. Q: Why is Winamp so small?
  5. A1: MFC stands for Microsoft Foundation Classes, and is a system that eases development
  6.     of Windows applications. MFC is used by many Windows applications, but Winamp doesn't 
  7.     use it.
  8. A2: Winamp is designed to not take up much space on the screen.
  9.  
  10. Q: Why does the high-quality spectrum analyzer take up so much CPU?
  11. A: Actually, this appears to be a problem with Windows 95, not NT. It appears that certain
  12.    operations involving BitBlt() are way slow in Windows 95. A fix is being derived, but
  13.    for now there is the low-quality spectrum analyzer.
  14.  
  15. Q: Other players claim to have "256 bit/sample" quality. What does this mean?
  16. A: This means that the player represents floating point numbers during the decode process
  17.    with 256 bits, giving much more precision than the common 32-bit or 64-bit numbers. 
  18.    People claim that this produces higher sound quality, but it doesn't appear to (to us).
  19.    In addition to 256 bit floating point numbers seeming needless, there is another issue.
  20.    The Floating Point Unit (FPU) on Intel 486DX+ CPU's have a maximum external precision 
  21.    of 64 bits, meaning that for a program to perform _any_ operations on the numbers, they 
  22.    must first be rounded down to 64 (or 32) bits, then the FPU performs operations, then
  23.    produces 64 bit (or 32 bit) output.  This is then stored in a 256 bit number. So, it 
  24.    might appear that the extra precision really isn't ever used.
  25.  
  26. Q: What is the point of the option "Allow multiple instances"
  27. A1: I, unlike most people, have two soundcards, and enjoy playing multiple mpegs at once.
  28. A2: My GUS Pnp can play 4 outputs at once, and I enjoy playing multiple mpegs at once.
  29.  
  30. Q: Why doesn't the volume control work on my system?
  31. A: Your soundcard's driver is broken. Talk to your hardware vendor about having them fix it.
  32.  
  33. Q: The low quality spectrum analyzer leaves debris when I move around Winamp.
  34. A: You probably have an ATI card with a buggy driver. Have them fix it.
  35.  
  36. Q: What are the little green and red dots next to the play icon?
  37. A: They are supposed to be two lights, a green one and a red one. The green one is lit when
  38.    synchronization is normal, and the red one lights up when synchronization is lost, i.e.
  39.    when you are fast-forwarding or rewinding or when you have a corrupted mpeg. Also, this 
  40.    lights up at the end of the mpeg.
  41.  
  42. Q: Why does Winamp's memory usage appear to grow as an mpeg is played?
  43. A: This is because Winamp uses memory mapped files to ease the decode process. Don't worry-
  44.    Winamp isn't actually taking memory away from other applications, it's just using free
  45.    memory, and will release memory to the system when another program needs it.
  46.  
  47. Q: Why doesn't Winamp load filenames with spaces from the Windows Shell correctly?
  48. A: You need to register filetypes using the option in the preferences
  49.  
  50. Q: Why does Winamp skip when I scroll a window down in Netscape or Word, even though I 
  51.    have a P2-300?
  52. A: Your video card is taking bus bandwidth from your soundcard, there is nothing that
  53.    Winamp can do or could do. However, if your video card supports it, you can turn off
  54.    "PCI Bus Retries" which will likely fix this problem.
  55.  
  56. Q: Winamp won't play this mpeg file that Winplay3 has no trouble on
  57. A1: The file is probably a MPEG 2.5 layer 3 file, which is unsupported by Winamp because
  58.     it is proprietary to Fhg, the makers of Winplay3. We'd like to support it, but the 
  59.     specification isn't publically avaiable.
  60. A2: Otherwise, it is corrupted in some way that makes it unreadable by Winamp. We try to 
  61.     improve our synchronization code as much as possible, but we can't make it work 100%
  62.     of the time.
  63.  
  64. Q: Wow! Why is Winamp's fast-forward and rewind so much faster than the other players?
  65. A: Because we made it that way :)
  66.  
  67. Q: How can I find out about some of the little tips and tricks that make my use of Winamp
  68.    more pleasurable?
  69. A: Go to the about box (by clicking on the lightning-bolt or hitting F1), and go to the 
  70.    "Tips n bugs" section.
  71.  
  72. Q: I emailed a bug report to "nullsoft@nullsoft.com" and haven't heard back, should I try
  73.    again?
  74. A: No! We hear you the first time, but we don't have time to reply to all emails. So just 
  75.    look for a fix in a future release.
  76.  
  77. Q: It says here: "Welcome to the website for MP3Play95, the most feature-packed MP3 
  78.    player available!"
  79. A1: Bwahahahhaah, yeah, whatever
  80. A2: I'm not trying to compete with anybody, I'm just trying to make the best damn 
  81.     player I can.
  82.  
  83. Q: (From Wawb): If I shake Winamp around, will it answer my important life questions, like
  84.    the Magic 8 Ball[tm]?
  85. A: Maybe.
  86.  
  87.