small changes for stereo mode
This commit is contained in:
parent
85f6bc5bd0
commit
514737c1fd
2 changed files with 13 additions and 10 deletions
|
@ -183,11 +183,14 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
"check box" ) );
|
"check box" ) );
|
||||||
|
|
||||||
// use stereo
|
// use stereo
|
||||||
cbUseStereo->setWhatsThis ( tr ( "<b>Stereo</b> "
|
cbUseStereo->setWhatsThis ( tr ( "<b>Stereo Streaming</b> "
|
||||||
"Enables the stereo mode. If not checked, a mono mode is used. "
|
"Enables the stereo streaming mode. If not checked, a mono streaming "
|
||||||
"Enabling stereo mode will increase the stream data rate. Make sure "
|
"mode is used. Enabling the stereo streaming mode will increase the "
|
||||||
"that the current upload rate does not exceed the available bandwidth "
|
"stream data rate. Make sure that the current upload rate does not "
|
||||||
"of your internet connection." ) );
|
"exceed the available bandwidth of your internet connection.<br>"
|
||||||
|
"In case of the stereo streaming mode, no audio channel selection "
|
||||||
|
"for the reverberation effect will be available on the main window "
|
||||||
|
"since the effect is applied on both channels in this case." ) );
|
||||||
|
|
||||||
cbUseStereo->setAccessibleName ( tr ( "Stereo check box" ) );
|
cbUseStereo->setAccessibleName ( tr ( "Stereo check box" ) );
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>20</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>20</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>20</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>0</width>
|
||||||
<height>20</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
|
@ -438,7 +438,7 @@
|
||||||
<enum>Qt::NonModal</enum>
|
<enum>Qt::NonModal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Stereo</string>
|
<string>Stereo Streaming</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue