Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ALSA default audio driver on supported platforms #878

Merged
merged 1 commit into from
May 8, 2021

Conversation

mawe42
Copy link
Member

@mawe42 mawe42 commented May 8, 2021

As the jack driver has a potential side-effect of starting a new server, it's not the ideal default audio driver.
ALSA does not have such side-effects and is available on many (if not all) platforms that support it. It therefore makes a better default audio driver. And having ALSA as default also makes audio and midi driver order more consistent (ALSA is already the default MIDI driver on supported platforms).

This PR is the (much) smaller solution to the problem explained in #838, that led to #843.

The jack driver has a potential side-effect of starting
a new server. ALSA does not have such side-effects
and therefore makes a better default audio driver.
@mawe42 mawe42 mentioned this pull request May 8, 2021
@sonarcloud
Copy link

sonarcloud bot commented May 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@derselbst derselbst merged commit 6a67dff into master May 8, 2021
@derselbst derselbst deleted the alsa-default-audio-driver branch May 8, 2021 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants