Add audio stretching support
This commit is contained in:
parent
9cd79c25ed
commit
a6efff8b02
15 changed files with 50 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue