musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
12.14k stars 2.63k forks source link

Add Pipewire support #16667

Open ghost opened 1 year ago

ghost commented 1 year ago

Your idea

Add Pipewire support

Problem to be solved

No sound with the audio I/O driver ( Alsa ) currently in use.

Prior art

No response

Additional context

No response

Necklaces commented 1 year ago

You might already know, but it's possible to get sound working with pipewire by using a package called pipewire-alsa.

At least, installing that fixed it for me.

ghost commented 1 year ago

You might already know, but it's possible to get sound working with pipewire by using a package called pipewire-alsa.

At least, installing that fixed it for me.

Still no sound.

ghost commented 1 year ago

You might already know, but it's possible to get sound working with pipewire by using a package called pipewire-alsa. At least, installing that fixed it for me.

Still no sound.

Fixed. This problem only occurs in Musescore 4 as you cannot reconfigure the device as it was in Musescore 3. After some tries I found that my .asoundrc config file was the culprit with Musescore 4 and I rewrite it using these options:

defaults.ctl.card 1 defaults.pcm.card 1 defaults.pcm.device 0

lyrra commented 4 months ago

Should be solved by https://github.com/musescore/MuseScore/pull/21861 although no jack autoconnection is done (as in Mu3).