From 831e74cb7db80a5f441be96a445617045dc1042c Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 24 Feb 2011 22:16:07 +0100 Subject: [PATCH] Updated FAQ document. --- doc/FAQ.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.html b/doc/FAQ.html index 0798f286..16803524 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -166,7 +166,7 @@ any case you must restart LameXP after the WMA decoder component has been instal It has to be noted that the WMA decoder component relies on the Windows Media Format Runtime. All supported
versions of Microsoft Windows should have the Windows Media Format Runtime installed out of the box. However
Wine does not! In case you encounter problems with the WMA decoder component, try downloading and installing
-the Windows Media Format 11 Runtime manually. This should also work under Linux/Wine.

+the Windows Media Format 11 Runtime manually. This should also work under Linux/Wine.



@@ -221,7 +221,7 @@ and expect the 'fmt' chunk to be located at a fixed postion, rather than actuall
While it is evident that applications, which reject the Wave/RIFF file because of the extra 'JUNK' chunk, are
broken with respect to the RIFF specification and should be fixed by the respective author, there is an easy
-workaround: Re-saving the Wave/RIFF file with SoX creates a file that even the broken applications seem to
+workaround: Re-saving the Wave/RIFF file with SoX creates a file that even the broken applications seem to
accept, as SoX apparently doesn't insert any 'JUNK' chunks (although it would be free to do so!) Re-saving
your Wave file with SoX does NOT change the actual content at all, as long as no additional filters are used.

@@ -249,8 +249,10 @@ The latest "official" release of LameXP can be found on the following mirrors:Where can I submit bug reports or feature requests?

The preferred place to report bugs or request new features is the LameXP thread at Doom9's Forum:
- +
  • http://forum.doom9.org/showthread.php?t=157726 (English) +
  • http://forum.gleitz.info/showthread.php?t=37956 (German) +
    +Please do NOT send me E-Mail unless you really have to! I receive a LOT of E-Mail and your mail can get lost!



    Where can I find the LameXP source code?