configure_audio: User-configuratble option to enable/disable audio stretching

This commit is contained in:
MerryMage 2016-08-31 16:59:37 +01:00
parent 904a319694
commit dc3f6a34f8
7 changed files with 24 additions and 0 deletions

View file

@ -25,6 +25,16 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="toggle_audio_stretching">
<property name="text">
<string>Enable audio stretching</string>
</property>
<property name="toolTip">
<string>This post-processing effect adjusts audio speed to match emulation speed and helps prevent audio stutter. This however increases audio latency.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>