Skip to content

Audio issues

NelloKudo edited this page Aug 8, 2025 · 1 revision

Restart PipeWire

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

Switch to the ALSA backend

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

Clone this wiki locally