Playback not working on Linux
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 Having exactly the same… by Christian Cosas
perhaps related?
https://musescore.org/en/node/340584
In reply to perhaps related? https:/… by graffesmusic
Could be, but even MuseScore Basic sounds (non-MuseHub) are not playing back.
In reply to Could be, but even MuseScore… by Christian Cosas
Perhaps try the official appimage?
Download and chmod +x . No install needed
In reply to Perhaps try the official… by graffesmusic
Same results with the official appimage—no playback, I/O preferences crash.
In reply to Same results with the… by Christian Cosas
Perhaps this could help
https://github.com/musescore/MuseScore/issues/14167
In reply to Perhaps this could help… 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.
In reply to That did it! To save others… by Christian Cosas
Thanks, it works prfect :D
In reply to That did it! To save others… by Christian Cosas
thank you so friggin much <3 <3 <3
In reply to Perhaps this could help… by graffesmusic
Brilliant. Not sure why "System default" is the only option in the Audio device drop down but now Musescore 4.4 -app plays through my usb AudioBox on an up to date Manjaro.
Thanks.