diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-09 10:01:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-09 10:01:42 -0400 |
| commit | 4f622e6d2b41a0c801a7d09971815d17c9b26517 (patch) | |
| tree | bcee0a38f3a7d97729d89dcaed691f2106a67d5e /.config | |
| parent | 28c0ab6294c6dce67577294b02062a2aa5916d37 (diff) | |
| download | eibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.tar.gz eibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.tar.zst eibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.zip | |
pulse default in mpd
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mpd/mpd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index fa6a25c..bf329d6 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -7,10 +7,10 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "alsa" - name "ALSA" - # type "pulse" # uncomment for pulseaudio - # name "pulse" # uncomment for pulseaudio + type "pulse" + name "pulse" + #type "alsa" + #name "ALSA" } audio_output { |
