Add support for bs2b

Improve headphone listening of stereo audio records
This commit is contained in:
Jonas Kvinge
2022-03-05 01:30:49 +01:00
parent 4cd0128919
commit 5a35099043
7 changed files with 71 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>583</width>
<height>880</height>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
@@ -153,6 +153,15 @@
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="checkbox_volume_control">
<property name="text">
@@ -236,6 +245,13 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_bs2b">
<property name="text">
<string>Improve headphone listening of stereo audio records (bs2b)</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@@ -699,7 +715,6 @@
<tabstop>radiobutton_alsa_hw</tabstop>
<tabstop>radiobutton_alsa_plughw</tabstop>
<tabstop>radiobutton_alsa_pcm</tabstop>
<tabstop>checkbox_volume_control</tabstop>
<tabstop>checkbox_channels</tabstop>
<tabstop>spinbox_channels</tabstop>
<tabstop>spinbox_bufferduration</tabstop>