summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-04 23:25:59 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-04 23:25:59 +0200
commit94bd3c884b9b1ef14895891350db8c1c9eff5d42 (patch)
tree50e747d1c2293c14dae1fba67cc53600c8626048
parent159cc7d76cb74cda45b1419513ed6f9ef39ce9b9 (diff)
downloadtwinkle-94bd3c884b9b1ef14895891350db8c1c9eff5d42.tar
twinkle-94bd3c884b9b1ef14895891350db8c1c9eff5d42.tar.gz
twinkle-94bd3c884b9b1ef14895891350db8c1c9eff5d42.tar.lz
twinkle-94bd3c884b9b1ef14895891350db8c1c9eff5d42.tar.xz
twinkle-94bd3c884b9b1ef14895891350db8c1c9eff5d42.zip
Add more playback & recording periods, seems to be needed for PulseAudio
-rw-r--r--src/gui/syssettingsform.ui58
1 files changed, 49 insertions, 9 deletions
diff --git a/src/gui/syssettingsform.ui b/src/gui/syssettingsform.ui
index 5fd9c3a..f244faf 100644
--- a/src/gui/syssettingsform.ui
+++ b/src/gui/syssettingsform.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>757</width>
+ <width>763</width>
<height>616</height>
</rect>
</property>
@@ -154,8 +154,8 @@
<number>2</number>
</property>
<widget class="QWidget" name="pageAudio">
- <layout class="QVBoxLayout">
- <item>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <item row="0" column="0">
<widget class="QLabel" name="audioTitleTextLabel">
<property name="font">
<font>
@@ -176,7 +176,7 @@
</property>
</widget>
</item>
- <item>
+ <item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="soundcardGroupBox">
<property name="title">
<string>Sound Card</string>
@@ -331,13 +331,13 @@ If before answering a call, the microphone or speaker appears to be invalid, a w
</layout>
</widget>
</item>
- <item>
+ <item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="advancedSoundGroupBox">
<property name="title">
<string>Advanced</string>
</property>
- <layout class="QHBoxLayout">
- <item>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="ossFragmnetTextLabel">
@@ -382,6 +382,16 @@ If before answering a call, the microphone or speaker appears to be invalid, a w
<string>256</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>512</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>1024</string>
+ </property>
+ </item>
</widget>
</item>
<item row="1" column="0">
@@ -440,6 +450,16 @@ If before answering a call, the microphone or speaker appears to be invalid, a w
<string>256</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>512</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>1024</string>
+ </property>
+ </item>
</widget>
</item>
<item row="2" column="1">
@@ -472,11 +492,21 @@ If before answering a call, the microphone or speaker appears to be invalid, a w
<string>256</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>512</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>1024</string>
+ </property>
+ </item>
</widget>
</item>
</layout>
</item>
- <item>
+ <item row="0" column="1">
<spacer name="spacer27">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -492,10 +522,20 @@ If before answering a call, the microphone or speaker appears to be invalid, a w
</property>
</spacer>
</item>
+ <item row="1" column="0" colspan="2">
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Tip: for crackling sound with PulseAudio, set play period size to maximum.</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
- <item>
+ <item row="3" column="1">
<spacer name="spacer97">
<property name="orientation">
<enum>Qt::Vertical</enum>