UI: Add option to disable audio ducking on windows

The audio subsystem of windows is by default configured to lower the
volume of other things while a communications device (mic) is currently
active.  This patch prevents that from being enabled with OBS.  If the
user needs audio ducking enabled again for whatever reason, there is now
an option to re-enable it in advanced settings.

Closes jp9000/obs-studio#884
This commit is contained in:
mntone
2017-04-17 22:38:16 +09:00
committed by jp9000
parent 4684294bcd
commit 9efd2b87aa
6 changed files with 90 additions and 0 deletions

View File

@@ -3755,6 +3755,13 @@
<item row="0" column="1">
<widget class="QComboBox" name="monitoringDevice"/>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="disableAudioDucking">
<property name="text">
<string>Basic.Settings.Advanced.Audio.DisableAudioDucking</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>