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
commit abb0124b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.