diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-08-23 14:33:03 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-09-08 18:26:23 +0100 |
commit | a6efff8b02986daf6d3660c4f33c5f39cf3f3830 (patch) | |
tree | af15627fd0a02ae74b222e1d02e689185062f1a9 /src/yuzu_cmd/default_ini.h | |
parent | 9cd79c25ed04bb1bf67192d810791ab39e09ee96 (diff) |
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 = |