mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
15 lines
234 B
Markdown
15 lines
234 B
Markdown
Music Player Daemon
|
|
===================
|
|
|
|
## Raspberry Pi OS
|
|
|
|
Audio is enabled by default
|
|
|
|
## ArchLinuxArm
|
|
|
|
```bash
|
|
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
|
|
$ echo 'dtparam=audio=on' >> /boot/config.txt
|
|
$ reboot
|
|
```
|