Just got my Pi3 and starting messing around with Rune as a renderer on my network getting music from Minimserver. So far so good! Going to be adding Digi+ board soon. Here is my noob question...what is best way to disable Wifi and Bluetooth? I am after the absolute best sound quality so I want to disable all unnecessary services. The only thing I have found from another forum is to blacklist loading of the Wifi and Bluetooth drivers (see below). Is there a better way?
/etc/modprobe.d/raspi-blacklist.conf
#wifi
blacklist brcmfmac
blacklist brcmutil
#bt
blacklist btbcm
blacklist hci_uart