vrince / volumio-bluetooth-setup

Rapsberry pi ➲ volumio ➲ bluetooth ➲ audio streaming ➲ setup script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluetooth ➲ volumio ➲ rpi-dac

Simple script to setup bluetooth sound casting to volumio.

Tested on rpi2 / volumio 2.389 (rasbian jessie) / duriosound dac / bluetooth dongle.

Usage

  1. Install and start volumio
  2. Setup your dac (sound card) in volumio interface
  3. Run the setup script from the rpi :
ssh volumio@volumio.local
git clone https://github.com/vrince/volumio-bluetooth-setup.git
cd volumio-bluetooth-setup
sudo ./setup.sh

Known issues

  • bluetooth auto trust need love
  • handle audio sink properly (hardcoded to device alsa_output.platform-soc_sound.analog-stereo.monitor in bluez-dev)

References

Original forked from : Super-Simple-Raspberry-Pi-Audio-Receiver-Install

Mainly fix and adapted from: A2DP audio streaming using Raspberry PI

About

Rapsberry pi ➲ volumio ➲ bluetooth ➲ audio streaming ➲ setup script

License:GNU Affero General Public License v3.0


Languages

Language:Shell 56.8%Language:Python 43.2%