Weeks worth of tweaks

This commit is contained in:
Ian Keane 2020-02-22 17:55:45 -05:00
parent 97c89facd0
commit babcc9e44b
8 changed files with 37 additions and 14 deletions

View file

@ -15,7 +15,7 @@ max_output_buffer_size "16384"
audio_output {
type "alsa"
name "alsa for audio soundcard"
mixer_type "software"
# mixer_type "software"
}
audio_output {
@ -24,3 +24,17 @@ name "toggle_visualizer"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
audio_output {
type "pulse"
name "PulseAudio Output"
#server "localhost" # optional
#sink "alsa_output" # optional
}
audio_output {
type "alsa"
name "MPD"
device "pulse"
mixer_control "Master"
}