Merge pull request #6418 from clementgallet/sdl-audio-backend

Audio: SDL2 audio backend
This commit is contained in:
bunnei
2021-06-16 21:38:20 -07:00
committed by GitHub
6 changed files with 213 additions and 3 deletions

View File

@ -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.