mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 20:07:53 -05:00
configure_audio: User-configuratble option to enable/disable audio stretching
This commit is contained in:
@ -66,6 +66,12 @@ bg_green =
|
||||
# auto (default): Auto-select, null: No audio output, sdl2: SDL2 (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 =
|
||||
|
||||
[Data Storage]
|
||||
# Whether to create a virtual SD card.
|
||||
# 1 (default): Yes, 0: No
|
||||
|
Reference in New Issue
Block a user