Simple script to setup bluetooth sound casting to volumio.
Tested on rpi2 / volumio 2.389 (rasbian jessie) / duriosound dac / bluetooth dongle.
- Install and start volumio
- Setup your dac (sound card) in volumio interface
- Run the setup script from the rpi :
ssh [email protected]
git clone https://github.com/vrince/volumio-bluetooth-setup.git
cd volumio-bluetooth-setup
sudo ./setup.sh
- bluetooth auto trust need love
- handle audio sink properly (hardcoded to device
alsa_output.platform-soc_sound.analog-stereo.monitor
inbluez-dev
)
Original forked from : Super-Simple-Raspberry-Pi-Audio-Receiver-Install
Mainly fix and adapted from: A2DP audio streaming using Raspberry PI