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!