diff --git a/doc/FAQ.html b/doc/FAQ.html index 5116e40f..973c810e 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -724,7 +724,7 @@ cores, the maximum number of parallel instances is six. On systems with 16 cores parallel instances is eight. On systems with 32 cores, the maximum number of parallel instances is eleven.
And on systems with 64 cores, the maximum number of parallel instances is 16. 16 is the upper limit.

-thumb
+thumb

You may wonder why LameXP doesn't always create one instance for each CPU core. In theory, the more instances
we run in parallel, the more CPU cores can be utilized - until all CPU cores are busy and the overall CPU
@@ -855,7 +855,7 @@ filter will be applied in order to recover a continuous signal from these indivi reconstructed analogue signal it is possible to have voltages that are higher than the highest digital sample
in the audio track! This is illustrated in the following image (samples are represented as tiny squares):

-thumb
+thumb

Consequently normalizing the sample values to 0dBFS is NOT a very good idea, as this may very well result in
a reconstructed analogue signal which exceeds(!) 0dBFS. And, as the analogue parts of the playback equipment
@@ -1025,12 +1025,14 @@ Please see the guide for translators at:


Where can I submit bug reports or feature requests?
@@ -1056,10 +1058,11 @@ application framework and offers full Unicode support. For the time being LameXP LameXP is developed using the Git revision control system. You can access one of the public mirrors:
+
  • git clone git://gitorious.org/lamexp/lamexp.git lamexp-src (Browse) +
  • git clone git://git.assembla.com/lamexp.git lamexp-src (Browse)
    In case you are new to Git or want to extend your knowledge, have a look at the Pro Git book by Scott Chacon!
    For Windows users, we highly recommend using MSYS Git in conjunction with the superb Tortoise Git front-end.