Playback not working on Linux

• Dec 25, 2022 - 21:51

I am running on Arch Linux and I installed the musescore package from the repos and the muse-hub package from the AUR. I downloaded all the muse sounds in the hub and I tried playing in Musescore 4. The blue marker appears at the start and it doesn't move at all.

I checked the IO in preferences, and I only had the option to change the audio device, which has "System Default" as the only option. If I changed the buffer size, (which I don't know what it does) musescore just crashes. I also tried switching the playback profile back to Musescore Basic, which gave me the same results.

Additional information: I am using pipewire and I have pipewire-pulse installed.


Comments

Having exactly the same issues, also running Arch Linux.

OS: Arch Linux, Arch.: x86_64, MuseScore version (64-bit): 4.0.0-, revision: github-musescore-musescore-

In reply to by graffesmusic

That did it! To save others the clickthrough, in a terminal type:

nano ~/.asoundrc

Then cut and paste the following:

# Default to PulseAudio

pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}

ctl.!default {
type pulse
fallback "sysdefault"
}

Ctrl-X, Yes, then logout and log back in.

Do you still have an unanswered question? Please log in first to post your question.