/raspberry-audio-config

Template for setting up a Raspberry Pi with Shairport-Sync

Primary LanguageShell

raspberry-audio-config

Template for setting up a Raspberry Pi with Shairport-Sync

Setting up equalizer

Adding asound.conf

cp -i asound.conf /etc

Configure shairport-sync user

# /etc/systemd/system/shairport-sync.service
[Service]
User=pi
Group=pi

Configure equalizer levels

Setup I2s Speaker Bonnet (optional)

Run shell script from Adafruits guide:

curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash

If you have trouble with the "popping" helper aplay try to add a user to service config:

# /etc/systemd/system/aplay.service
[Service]
User=pi
Group=pi