Install required dependencies
$ pacman -S avahi pulseaudio-zeroconf
Enable and Start Avahi daemon
$ systemctl enable --now avahi-daemon.service
Enable the required module on Pulseaudio ( paste this at the end of /etc/pulse/default.pa
):
### Enable AirPlay support
load-module module-raop-discover
Restart Pulseaudio:
$ systemctl --user restart pulseaudio.service
If everything worked fine you should be able to autodiscover all your AirPlay devices and connect to them.
Enjoy!
Great, thanks!