configure_audio: User-configuratble option to enable/disable audio stretching
This commit is contained in:
parent
904a319694
commit
dc3f6a34f8
7 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue