-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: add build options for audio backend support
The added build options USE_ALSA, USE_LIBAO, USE_OSS and USE_PULSEAUDIO allow to enable/disable specific audio backends in the build. This provides more control over the used dependencies. The OSS backend wasn't enabled in the previous build configuration, consequently the build option USE_OSS is set to OFF by default.
- Loading branch information
1 parent
42ad553
commit e2f8de3
Showing
1 changed file
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e2f8de3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, could add xaudio,wasapi to windows build? On Windows 10/11, wasapi has the lowest latency and the smallest system overhead.
e2f8de3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are just build options for existing audio backends. I don't plan on supporting additional ones. The default is to use SDL, which is supposed to select the best underlying backend on a given platform.