mpd: update configuration

This commit is contained in:
Meutel 2016-04-28 17:56:16 +02:00
parent 8a35172c71
commit e3e16b7b2b

View File

@ -202,26 +202,26 @@ input {
#
# An example of an ALSA output:
#
audio_output {
type "alsa"
name "My ALSA Device"
#audio_output {
# type "alsa"
# name "My ALSA Device"
# device "hw:0,0" # optional
# mixer_type "hardware" # optional
# mixer_device "default" # optional
# mixer_control "PCM" # optional
# mixer_index "0" # optional
}
#}
#
# An example of an OSS output:
#
#audio_output {
# type "oss"
# name "My OSS Device"
audio_output {
type "oss"
name "My OSS Device"
# device "/dev/dsp" # optional
# mixer_type "hardware" # optional
# mixer_device "/dev/mixer" # optional
# mixer_control "PCM" # optional
#}
}
#
# An example of a shout output (for streaming to Icecast):
#