diff options
| author | Alexandros Vasileiou <alexandrosvasileiou@gmail.com> | 2020-05-04 14:59:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 07:59:25 -0400 |
| commit | 65b644d9b7c35b33210128a8bf4168ae8f957aec (patch) | |
| tree | e5fd79d368bf1d7a1d5f331bc1fd3e45f10f6379 | |
| parent | 1c79c00208b4dda46d068924ca70a67074360e50 (diff) | |
| download | eibhear-65b644d9b7c35b33210128a8bf4168ae8f957aec.tar.gz eibhear-65b644d9b7c35b33210128a8bf4168ae8f957aec.tar.zst eibhear-65b644d9b7c35b33210128a8bf4168ae8f957aec.zip | |
Changes to mpd.conf to support pulseaudio (#607)
| -rw-r--r-- | .config/mpd/mpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index c635183..fa6a25c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -9,6 +9,8 @@ max_output_buffer_size "16384" audio_output { type "alsa" name "ALSA" + # type "pulse" # uncomment for pulseaudio + # name "pulse" # uncomment for pulseaudio } audio_output { |
