|
|
|
@ -32,58 +32,52 @@
|
|
|
|
|
<string>Configuration</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Buffer Size:</string>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QSlider" name="bufferMS">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>15</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="pageStep">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>50</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickPosition">
|
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickInterval">
|
|
|
|
|
<number>20</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="startDumpingOnBoot">
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QComboBox" name="driver"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Start Dumping On Boot</string>
|
|
|
|
|
<string>Stretch Mode:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Backend:</string>
|
|
|
|
|
<string>Buffer Size:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="outputLatencyMS">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickPosition">
|
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickInterval">
|
|
|
|
|
<number>20</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="outputLatencyMinimal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Minimal</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QComboBox" name="driver"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QComboBox" name="stretchMode">
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
@ -102,16 +96,33 @@
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<item row="6" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="bufferingLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Output Latency:</string>
|
|
|
|
|
<string>Maximum latency: 0 frames (0.00ms)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Backend:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="audioBackend"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Output Latency:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
@ -119,50 +130,49 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<item row="7" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="startDumpingOnBoot">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Stretch Mode:</string>
|
|
|
|
|
<string>Start Dumping On Boot</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="bufferingLabel">
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="outputLatencyMS">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickPosition">
|
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickInterval">
|
|
|
|
|
<number>20</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="outputLatencyMinimal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Minimal</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Maximum latency: 0 frames (0.00ms)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
<string>Output Device:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QSlider" name="bufferMS">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>15</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="pageStep">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>50</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickPosition">
|
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tickInterval">
|
|
|
|
|
<number>20</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QComboBox" name="outputDevice"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|