1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/mpd/arm
2021-02-22 17:37:40 +08:00
..
docker-compose.yml update mpd 2021-02-09 16:58:42 +08:00
Dockerfile update mpd 2021-02-22 17:37:40 +08:00
Dockerfile.debian update mpd 2021-02-09 16:58:42 +08:00
README.md update mpd 2021-02-09 16:58:42 +08:00

Music Player Daemon

Raspberry Pi OS

Audio is enabled by default

ArchLinuxArm

$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot