1Q: Program does not work; it produces some error message
2   like "Cannot open input/output sound device"
3A: Make sure your sound card driver is installed properly. Also make sure
4   that your sound card is full-duplex, and full-duplex mode is supported
5   by the driver.
6   Another reason may be that your sound card does not support
7   the default sampling parameters of 44100 Hz/16bit/mono (which
8   is possible only for ancient sound cards :-)
9   Press "STOP" button, go to menu -> Options, open the options dialog and
10   try to set different parameters.
11
12Q: It seems GNUitar works, but I can't hear effects applied
13   to my guitar sound. "Clean" sound of the guitar is send to the speakers,
14   but with no applied effects. I hear native noise of effects, and it
15   seems like there is zero input signal send to effects.
16A: Make sure your line input or microphone input levels are not zero.
17   Use your OS mixer program to adjust input levels.
18
19Q: I hear both clean and processed signal in the speakers.
20A: Press "mute" checkbox on the line input channel in your mixer program
21   to suppress clean sound.
22
23Q: GNUitar noises terribly !
24Q: The output signal is over-amplified/distorted !
25A: The trick is with the levels of signal. You should adjust your mixer
26   properly. Set the line input to maximum level,
27   wave out and master volume to middle level, and then start to decrease
28   master volume until the noise will become minimal. Increase volume
29   on your external amplifier.
30   The reason of problem is that some soundcards have poor signal/noise ratio
31   in full-duplex mode.
32   To eliminate noise, you may do the following:
33   o use protected cable to connect guitar into the PC;
34   o ground your PC properly;
35   o there is a possible noisy card (video/modem/LAN) on the motherboard
36     next to your soundcard. Try to move sound card as far as possible
37     from it.
38   o try to use high quality low-noise pre-amplifier BETWEEN your guitar
39     and PC. Please be extremely careful with the volume control of
40     your pre-amp -- the sound card can be damaged if you set loud volume
41     on the pre-amp. The main goal of pre-amplifier is to decrease
42     signal/noise ratio between the signal will be passed to sound card.
43     Please understand that the program processes both signal and noise,
44     and the noise in the output is just the input noise amplified and
45     distorted by effects.
46   o use the effect "sustain" as a pre-amp. Set "Gate" and "Sustain"
47     parameters to 100%.
48
49Q: The latency is poor. Is there a way to improve it ?
50Q: How do I fight the buffer overruns ?
51Q: How do I achieve the best performance ?
52A:
53   o The lower is the sampling rate, the better is the latency. Drawback is
54     the sound quality.
55   o The lower is the fragment size, the better is the latency. Drawback is the
56     higher system load.
57   o The hearable periodic scratches (DirectSound output) can be fixed
58     by decreasing the overrun threshold (sampling params dialog).
59   o Increase the fragment size and decrease the sampling rate on
60     low-end CPU, to gain the best latency/overruns/load ratio.
61   o On Windows, prefer WDM drivers, if possible. Try both MME and
62     DirectSound playback; choose which is the best.
63   o Prefer Linux over Windows. Properly tuned Linux kernel has 10-100 times
64     better latency on the same hardware.
65   o Make gnuitar executable setuid root on UNIX, to allow it run with
66     increased priority.
67