Install required dependencies
$ pacman -S avahi pulseaudio-zeroconfEnable and Start Avahi daemon
$ systemctl enable --now avahi-daemon.serviceEnable the required module on Pulseaudio ( paste this at the end of /etc/pulse/default.pa ):
### Enable AirPlay support
load-module module-raop-discoverRestart Pulseaudio:
$ systemctl --user restart pulseaudio.serviceIf everything worked fine you should be able to autodiscover all your AirPlay devices and connect to them.
Enjoy!
Hi, thanks for the feedback although I'm not sure where the issue is. The module seems to be in place on the relative package: https://www.archlinux.org/packages/extra/x86_64/pulseaudio-zeroconf/
Double check that you have the correct version of the package :)