diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-12 18:23:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 18:23:54 -0400 |
commit | 926dd415871a8c38605678f2fdcbd556413e52ee (patch) | |
tree | 06c477f5b9f318d0c461d653f490d2c467cefec4 /src/yuzu_cmd/default_ini.h | |
parent | 49c4fe1f2f59149349ed38c9fb8d0e142efcb893 (diff) | |
parent | 957ddab6796cb6f644c60993c3035d8bd9c0a398 (diff) |
Merge pull request #1163 from FearlessTobi/add-audio-stretching
audio_core: Add audio stretching support
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 6ed9e7962..002a4ec15 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -150,6 +150,12 @@ swap_screen = # auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available) output_engine = +# Whether or not to enable the audio-stretching post-processing effect. +# This effect adjusts audio speed to match emulation speed and helps prevent audio stutter, +# at the cost of increasing audio latency. +# 0: No, 1 (default): Yes +enable_audio_stretching = + # Which audio device to use. # auto (default): Auto-select output_device = |