1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:59:16 +02:00
dockerfiles/mpd/arm/README.md

15 lines
234 B
Markdown
Raw Normal View History

2016-08-17 11:09:57 +08:00
Music Player Daemon
===================
2021-02-09 16:58:42 +08:00
## Raspberry Pi OS
Audio is enabled by default
## ArchLinuxArm
2016-08-17 11:09:57 +08:00
```bash
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot
```