diff options
| author | KronikPillow <kronikpillow@gmail.com> | 2020-01-05 19:32:51 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-05 16:43:31 -0500 |
| commit | 87f0b208f31a0996f72be55d4a81772866345bf9 (patch) | |
| tree | e98a4e52624dd0b83faf3777fcd1cb5d027bdf3b | |
| parent | 7a545cfb4d17ed180f166274d59f1901b2528d2b (diff) | |
| download | eibhear-87f0b208f31a0996f72be55d4a81772866345bf9.tar.gz eibhear-87f0b208f31a0996f72be55d4a81772866345bf9.tar.zst eibhear-87f0b208f31a0996f72be55d4a81772866345bf9.zip | |
changed mpd output to alsa
| -rw-r--r-- | .config/mpd/mpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 3fcb0db..a0548ec 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -13,8 +13,8 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "pulse" - name "pulse audio" + type "alsa" + name "alsa for audio soundcard" mixer_type "software" } |
