Merge pull request #6418 from clementgallet/sdl-audio-backend
Audio: SDL2 audio backend
This commit is contained in:
commit
abb0124b84
6 changed files with 213 additions and 3 deletions
|
@ -260,7 +260,10 @@ swap_screen =
|
|||
|
||||
[Audio]
|
||||
# Which audio output engine to use.
|
||||
# auto (default): Auto-select, null: No audio output, cubeb: Cubeb audio engine (if available)
|
||||
# auto (default): Auto-select
|
||||
# cubeb: Cubeb audio engine (if available)
|
||||
# sdl2: SDL2 audio engine (if available)
|
||||
# null: No audio output
|
||||
output_engine =
|
||||
|
||||
# Whether or not to enable the audio-stretching post-processing effect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue