musescore / musescore/MuseScore
Add ability to switch between System default and external USB sound card on Linux (Preferences>I/O)
Open
@RomanPudashkin is already working on this.
Since Aug 20, 2024.
P2
playback
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Task description
All audio devices except System default were removed from Preferences>I/O to fix #12313
Scenario
- Connect external audio device (USB sound card) to Linux machine (the device should be recognized in system)
- Run MU
- Go to Preferences>I/O>Audio device - the external audio device should be listed and you should able to switch between System default and external USB sound card

Platform information
LinuxMint
Additional info
The same problem in MU3
In general there are known problems with supporting external audio devices on Linux (most of sound cards don't have drivers for Linux and not (fully) supported by manufacturers)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.