RasPi /
Shairport-sync
shairport-sync
is the airplay client for raspberry pi
notes: https://gist.github.com/connorjan/984e6285d6c96abc807e6b0eb5724b82
package: https://github.com/mikebrady/shairport-sync
install guide: https://pimylifeup.com/raspberry-pi-airplay-receiver/
setup the i2s interface: https://learn.adafruit.com/adafruit-i2s-audio-bonnet-for-raspberry-pi/raspberry-pi-usage
readonly filesystem: https://learn.adafruit.com/read-only-raspberry-pi/overview
multiple priorities for wifi:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="rvdust" psk="**********" priority=2 } network={ ssid="sawdust" psk="**********" priority=0 }