update help text
This commit is contained in:
parent
7156763e4b
commit
134b60c5cd
1 changed files with 3 additions and 11 deletions
|
@ -72,12 +72,6 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
QString strSndCrdBufDelay = tr ( "<b>Sound Card Buffer Delay:</b> The "
|
QString strSndCrdBufDelay = tr ( "<b>Sound Card Buffer Delay:</b> The "
|
||||||
"buffer delay setting is a fundamental setting of the llcon software. "
|
"buffer delay setting is a fundamental setting of the llcon software. "
|
||||||
"This setting has influence on many connection properties.<br/>"
|
"This setting has influence on many connection properties.<br/>"
|
||||||
"With the buffer delay setting, the preferred buffer delay (actually "
|
|
||||||
"the buffer size) is chosen. This value must not be necessary the same "
|
|
||||||
"as the Actual buffer delay since some sound card driver do not allow "
|
|
||||||
"the buffer delay to be changed from within the llcon software. The "
|
|
||||||
"value which is actually used in the llcon software is the Actual "
|
|
||||||
"buffer delay.<br/>"
|
|
||||||
"Three buffer sizes are supported:"
|
"Three buffer sizes are supported:"
|
||||||
"<ul>"
|
"<ul>"
|
||||||
"<li>128 samples: This is the preferred setting since it gives lowest "
|
"<li>128 samples: This is the preferred setting since it gives lowest "
|
||||||
|
@ -87,11 +81,9 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
"<li>512 samples: This setting should only be used if only a very slow "
|
"<li>512 samples: This setting should only be used if only a very slow "
|
||||||
"computer or a slow internet connection is available.</li>"
|
"computer or a slow internet connection is available.</li>"
|
||||||
"</ul>"
|
"</ul>"
|
||||||
"Buffer sizes different from the three sizes listed above will be "
|
"Some sound card driver to not allow the buffer delay to be changed "
|
||||||
"shown in red color. Trying to connect with this setting will not "
|
"from within the llcon software. In this case the buffer delay setting "
|
||||||
"work, an error message is shown instead.<br/>"
|
"is disabled. To change the actual buffer delay, this "
|
||||||
"If the actual buffer delay differs from the preferred one, it is "
|
|
||||||
"printed in yellow color. To change the actual buffer delay, this "
|
|
||||||
"setting has to be changed in the sound card driver. On Windows, press "
|
"setting has to be changed in the sound card driver. On Windows, press "
|
||||||
"the ASIO Setup button to open the driver settings panel. On Linux, "
|
"the ASIO Setup button to open the driver settings panel. On Linux, "
|
||||||
"use the Jack configuration tool to change the buffer size.<br/>"
|
"use the Jack configuration tool to change the buffer size.<br/>"
|
||||||
|
|
Loading…
Reference in a new issue