Weeks worth of tweaks
This commit is contained in:
parent
97c89facd0
commit
babcc9e44b
8 changed files with 37 additions and 14 deletions
16
mpd/mpd.conf
16
mpd/mpd.conf
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue