-
Notifications
You must be signed in to change notification settings - Fork 29
Audio issues
NelloKudo edited this page Aug 8, 2025
·
1 revision
Most of the times, making sure you're running PipeWire or restarting it is enough:
systemctl --user restart pipewire pipewire-pulse
systemctl --user daemon-reload
If winepulse seems to give issues on your setup, you can instead try out the winealsa backend:
osu-wine --winetricks sound=alsa
- You can switch back to pulse using:
osu-wine --winetricks sound=pulse