2020-01-24 04:51:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AudioSettingsWidget</class>
|
|
|
|
<widget class="QWidget" name="AudioSettingsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>502</width>
|
2020-12-08 14:48:00 +00:00
|
|
|
<height>312</height>
|
2020-01-24 04:51:13 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Configuration</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<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="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Buffer Size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSlider" name="bufferSize">
|
2020-05-09 14:44:56 +00:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1024</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2020-09-13 04:56:16 +00:00
|
|
|
<number>8192</number>
|
2020-05-09 14:44:56 +00:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>128</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1024</number>
|
|
|
|
</property>
|
2020-01-24 04:51:13 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2020-05-09 14:44:56 +00:00
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>1024</number>
|
|
|
|
</property>
|
2020-01-24 04:51:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-06 04:40:20 +00:00
|
|
|
<item row="2" column="0">
|
2020-01-24 04:51:13 +00:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-06-06 04:40:20 +00:00
|
|
|
<item row="2" column="1">
|
2020-05-09 14:44:56 +00:00
|
|
|
<widget class="QLabel" name="bufferingLabel">
|
2020-01-24 04:51:13 +00:00
|
|
|
<property name="text">
|
2020-06-06 04:40:20 +00:00
|
|
|
<string>Maximum latency: 0 frames (0.00ms)</string>
|
2020-01-24 04:51:13 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-06 04:40:20 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
2020-01-24 04:51:13 +00:00
|
|
|
<widget class="QCheckBox" name="syncToOutput">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sync To Output</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-06-06 04:40:20 +00:00
|
|
|
<item row="4" column="0" colspan="2">
|
2020-03-15 12:04:32 +00:00
|
|
|
<widget class="QCheckBox" name="startDumpingOnBoot">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Dumping On Boot</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-01-24 04:51:13 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Controls</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2020-12-08 14:48:00 +00:00
|
|
|
<string>Output Volume:</string>
|
2020-01-24 04:51:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-12-08 14:48:00 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="volume">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="volumeLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>100%</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="fastForwardVolume">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition">
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickInterval">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fastForwardVolumeLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>100%</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fast Forward Volume:</string>
|
2020-05-09 14:44:56 +00:00
|
|
|
</property>
|
2020-01-24 04:51:13 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-08 14:48:00 +00:00
|
|
|
<item row="2" column="0">
|
2020-05-09 14:44:56 +00:00
|
|
|
<widget class="QCheckBox" name="muted">
|
2020-01-24 04:51:13 +00:00
|
|
|
<property name="text">
|
2020-10-03 02:24:03 +00:00
|
|
|
<string>Mute All Sound</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-08 14:48:00 +00:00
|
|
|
<item row="3" column="0">
|
2020-10-03 02:24:03 +00:00
|
|
|
<widget class="QCheckBox" name="muteCDAudio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mute CD Audio</string>
|
2020-01-24 04:51:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2020-12-08 14:48:00 +00:00
|
|
|
<include location="resources/resources.qrc"/>
|
2020-01-24 04:51:13 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|