2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BackendSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="BackendSettingsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-07-13 00:57:50 +02:00
|
|
|
<width>583</width>
|
2022-03-05 01:30:49 +01:00
|
|
|
<height>1080</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Backend</string>
|
|
|
|
</property>
|
2020-05-26 00:02:16 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_backendsettingspage">
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
2019-03-27 00:44:03 +01:00
|
|
|
<widget class="QGroupBox" name="groupbox_audio_output">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Audio output</string>
|
|
|
|
</property>
|
2019-03-27 00:44:03 +01:00
|
|
|
<layout class="QVBoxLayout" name="layout_audio_output">
|
2018-09-21 23:29:00 +02:00
|
|
|
<item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<layout class="QGridLayout" name="layout_engine_output_device">
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_device">
|
2018-09-21 23:29:00 +02:00
|
|
|
<property name="text">
|
2021-05-11 19:14:00 +02:00
|
|
|
<string>Device</string>
|
2018-09-21 23:29:00 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="LineEdit" name="lineedit_device" native="true">
|
2018-09-21 23:29:00 +02:00
|
|
|
<property name="enabled">
|
2021-05-11 19:14:00 +02:00
|
|
|
<bool>true</bool>
|
2018-09-21 23:29:00 +02:00
|
|
|
</property>
|
2018-09-22 15:54:38 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2021-05-11 19:14:00 +02:00
|
|
|
<height>20</height>
|
2018-09-22 15:54:38 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2021-05-11 19:14:00 +02:00
|
|
|
<property name="hint" stdset="0">
|
|
|
|
<string/>
|
2018-09-21 23:29:00 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="3" column="1">
|
2018-09-21 23:29:00 +02:00
|
|
|
<widget class="QComboBox" name="combobox_output">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_output">
|
2018-09-21 23:29:00 +02:00
|
|
|
<property name="text">
|
2021-05-11 19:14:00 +02:00
|
|
|
<string>Output</string>
|
2018-09-21 23:29:00 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="4" column="1">
|
2018-02-27 18:06:05 +01:00
|
|
|
<widget class="QComboBox" name="combobox_device">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="combobox_engine">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_engine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Engine</string>
|
2018-09-22 15:54:38 +02:00
|
|
|
</property>
|
2021-05-11 19:14:00 +02:00
|
|
|
</widget>
|
2018-09-21 23:29:00 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-03-09 16:48:45 +01:00
|
|
|
<widget class="QWidget" name="widget_alsa_plugin" native="true">
|
2021-05-11 19:14:00 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2019-03-27 00:44:03 +01:00
|
|
|
<layout class="QHBoxLayout" name="layout_alsa_plugin">
|
|
|
|
<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>
|
2019-03-09 16:48:45 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_alsaplugin">
|
|
|
|
<property name="text">
|
2021-05-11 19:14:00 +02:00
|
|
|
<string>ALSA plugin:</string>
|
2019-03-09 16:48:45 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radiobutton_alsa_hw">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>hw</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radiobutton_alsa_plughw">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>p&lughw</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radiobutton_alsa_pcm">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>pcm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-03-09 16:48:45 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="spacer_alsaplugin">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-05 01:30:49 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2019-03-09 16:48:45 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_volume_control">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable volume control</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-27 18:06:05 +01:00
|
|
|
</item>
|
2021-05-11 19:14:00 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_channels_enabled" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<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="QCheckBox" name="checkbox_channels">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upmix / downmix to</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_channels" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<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="QSpinBox" name="spinbox_channels">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_channels">
|
|
|
|
<property name="text">
|
|
|
|
<string>channels</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer_channels">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-03-05 01:30:49 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_bs2b">
|
|
|
|
<property name="text">
|
|
|
|
<string>Improve headphone listening of stereo audio records (bs2b)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-08-24 20:34:10 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_http2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable HTTP/2 for streaming</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-06-28 01:15:32 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupbox_buffer">
|
|
|
|
<property name="title">
|
|
|
|
<string>Buffer</string>
|
|
|
|
</property>
|
2020-10-07 20:29:26 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="layout_buffer">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="spinbox_bufferduration">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> ms</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>60000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>4000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="spinbox_high_watermark">
|
|
|
|
<property name="maximum">
|
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.010000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>0.990000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_bufferduration">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="text">
|
2020-10-07 20:29:26 +02:00
|
|
|
<string>Buffer duration</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-10-07 20:29:26 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_highwatermark">
|
|
|
|
<property name="text">
|
|
|
|
<string>High watermark</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_lowwatermark">
|
|
|
|
<property name="text">
|
|
|
|
<string>Low watermark</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
2020-10-07 20:29:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="spinbox_low_watermark">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="maximum">
|
2020-10-07 20:29:26 +02:00
|
|
|
<double>1.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.010000000000000</double>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2020-10-07 20:29:26 +02:00
|
|
|
<double>0.330000000000000</double>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
2020-10-07 20:29:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<spacer name="spacer_buffer_3">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2020-10-07 20:29:26 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer name="spacer_buffer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="spacer_buffer_1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="layout_buffer_defaults">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="button_buffer_defaults">
|
|
|
|
<property name="text">
|
|
|
|
<string>Defaults</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-10-07 20:29:26 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="spacer_buffer_defaults">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupbox_replaygain">
|
2018-04-05 21:40:05 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Replay Gain</string>
|
|
|
|
</property>
|
2019-03-27 00:44:03 +01:00
|
|
|
<layout class="QVBoxLayout" name="layout_replay_gain">
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_replaygain">
|
2018-04-05 21:40:05 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Use Replay Gain metadata if it is available</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-04-05 21:40:05 +02:00
|
|
|
<widget class="QWidget" name="widget_replaygain" native="true">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
|
|
|
<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 row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_regainmode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Replay Gain mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="combobox_replaygainmode">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Radio (equal loudness for all tracks)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Album (ideal loudness for all tracks)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_preamp">
|
|
|
|
<property name="text">
|
|
|
|
<string>Pre-amp</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-10-07 20:29:26 +02:00
|
|
|
<layout class="QHBoxLayout" name="layout_replayagainpreamp">
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_replaygainpreamp"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-04-22 21:55:26 +02:00
|
|
|
<widget class="StickySlider" name="stickyslider_replaygainpreamp">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="maximum">
|
2021-04-22 21:55:26 +02:00
|
|
|
<number>1200</number>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2021-04-22 21:55:26 +02:00
|
|
|
<number>600</number>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sticky_center" stdset="0">
|
2021-04-22 21:55:26 +02:00
|
|
|
<number>600</number>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2021-04-22 21:55:26 +02:00
|
|
|
<item row="4" column="0" colspan="2">
|
2018-02-27 18:06:05 +01:00
|
|
|
<widget class="QCheckBox" name="checkbox_replaygaincompression">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply compression to prevent clipping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-04-22 21:55:26 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="layout_replaygainfallbackgain">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_replaygainfallbackgain"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="StickySlider" name="stickyslider_replaygainfallbackgain">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1200</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>600</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sticky_center" stdset="0">
|
|
|
|
<number>600</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_fallbackgain">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fallback-gain</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-01-09 20:02:40 +01:00
|
|
|
<widget class="QGroupBox" name="groupbox_fading">
|
2018-06-28 01:15:32 +02:00
|
|
|
<property name="title">
|
2019-01-09 20:02:40 +01:00
|
|
|
<string>Fading</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
2019-03-27 00:44:03 +01:00
|
|
|
<layout class="QVBoxLayout" name="layout_fading">
|
2018-06-28 01:15:32 +02:00
|
|
|
<item>
|
2019-01-09 20:02:40 +01:00
|
|
|
<widget class="QCheckBox" name="checkbox_fadeout_stop">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fade out when stopping a track</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
2019-01-09 20:02:40 +01:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
2019-01-09 20:02:40 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_fadeout_cross">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cross-fade when changing tracks manually</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
2019-01-09 20:02:40 +01:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_fadeout_auto">
|
2018-06-28 01:15:32 +02:00
|
|
|
<property name="text">
|
2019-01-09 20:02:40 +01:00
|
|
|
<string>Cross-fade when changing tracks automatically</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-01-09 20:02:40 +01:00
|
|
|
<widget class="QCheckBox" name="checkbox_fadeout_samealbum">
|
2018-06-28 01:15:32 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-01-09 20:02:40 +01:00
|
|
|
<string>Except between tracks on the same album or in the same CUE sheet</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
2019-01-09 20:02:40 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget_fading_options" native="true">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<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="QLabel" name="label_fadingduration_1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fading duration</string>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>22</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinbox_fadeduration">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> ms</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="spacer_fading_1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>257</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkbox_fadeout_pauseresume">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fade out on pause / fade in on resume</string>
|
2018-06-28 01:15:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-01-09 20:02:40 +01:00
|
|
|
<item>
|
2019-03-27 00:44:03 +01:00
|
|
|
<layout class="QHBoxLayout" name="layout_fading_duration">
|
2019-01-09 20:02:40 +01:00
|
|
|
<item>
|
2019-03-27 00:44:03 +01:00
|
|
|
<widget class="QLabel" name="label_fading_duration_1">
|
2019-01-09 20:02:40 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Fading duration</string>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>22</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinbox_fadeduration_pauseresume">
|
|
|
|
<property name="suffix">
|
|
|
|
<string> ms</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>250</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-03-27 00:44:03 +01:00
|
|
|
<spacer name="spacer_fading_duration_1">
|
2019-01-09 20:02:40 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-06-28 01:15:32 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-03-27 00:44:03 +01:00
|
|
|
<spacer name="spacer_bottom">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2018-09-22 15:54:38 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>StickySlider</class>
|
|
|
|
<extends>QSlider</extends>
|
|
|
|
<header>widgets/stickyslider.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEdit</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>widgets/lineedit.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2020-02-08 00:01:12 +01:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>combobox_engine</tabstop>
|
|
|
|
<tabstop>combobox_output</tabstop>
|
|
|
|
<tabstop>combobox_device</tabstop>
|
|
|
|
<tabstop>radiobutton_alsa_hw</tabstop>
|
|
|
|
<tabstop>radiobutton_alsa_plughw</tabstop>
|
2021-05-11 19:14:00 +02:00
|
|
|
<tabstop>radiobutton_alsa_pcm</tabstop>
|
|
|
|
<tabstop>checkbox_channels</tabstop>
|
|
|
|
<tabstop>spinbox_channels</tabstop>
|
2020-10-07 20:43:15 +02:00
|
|
|
<tabstop>spinbox_bufferduration</tabstop>
|
|
|
|
<tabstop>spinbox_low_watermark</tabstop>
|
|
|
|
<tabstop>spinbox_high_watermark</tabstop>
|
|
|
|
<tabstop>button_buffer_defaults</tabstop>
|
2020-02-08 00:01:12 +01:00
|
|
|
<tabstop>checkbox_replaygain</tabstop>
|
|
|
|
<tabstop>combobox_replaygainmode</tabstop>
|
2021-04-22 21:55:26 +02:00
|
|
|
<tabstop>stickyslider_replaygainpreamp</tabstop>
|
|
|
|
<tabstop>stickyslider_replaygainfallbackgain</tabstop>
|
2020-02-08 00:01:12 +01:00
|
|
|
<tabstop>checkbox_replaygaincompression</tabstop>
|
|
|
|
<tabstop>checkbox_fadeout_stop</tabstop>
|
|
|
|
<tabstop>checkbox_fadeout_cross</tabstop>
|
|
|
|
<tabstop>checkbox_fadeout_auto</tabstop>
|
|
|
|
<tabstop>checkbox_fadeout_samealbum</tabstop>
|
|
|
|
<tabstop>spinbox_fadeduration</tabstop>
|
|
|
|
<tabstop>checkbox_fadeout_pauseresume</tabstop>
|
|
|
|
<tabstop>spinbox_fadeduration_pauseresume</tabstop>
|
|
|
|
</tabstops>
|
2018-02-27 18:06:05 +01:00
|
|
|
<resources/>
|
2018-04-05 21:40:05 +02:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>checkbox_replaygain</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>widget_replaygain</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2021-05-11 19:14:00 +02:00
|
|
|
<x>110</x>
|
|
|
|
<y>465</y>
|
2018-04-05 21:40:05 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2021-05-11 19:14:00 +02:00
|
|
|
<x>164</x>
|
|
|
|
<y>573</y>
|
2018-04-05 21:40:05 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2018-02-27 18:06:05 +01:00
|
|
|
</ui>
|