mpd: update configuration
This commit is contained in:
parent
8a35172c71
commit
e3e16b7b2b
20
_mpdconf
20
_mpdconf
@ -202,26 +202,26 @@ input {
|
|||||||
#
|
#
|
||||||
# An example of an ALSA output:
|
# An example of an ALSA output:
|
||||||
#
|
#
|
||||||
audio_output {
|
#audio_output {
|
||||||
type "alsa"
|
# type "alsa"
|
||||||
name "My ALSA Device"
|
# name "My ALSA Device"
|
||||||
# device "hw:0,0" # optional
|
# device "hw:0,0" # optional
|
||||||
# mixer_type "hardware" # optional
|
# mixer_type "hardware" # optional
|
||||||
# mixer_device "default" # optional
|
# mixer_device "default" # optional
|
||||||
# mixer_control "PCM" # optional
|
# mixer_control "PCM" # optional
|
||||||
# mixer_index "0" # optional
|
# mixer_index "0" # optional
|
||||||
}
|
#}
|
||||||
#
|
#
|
||||||
# An example of an OSS output:
|
# An example of an OSS output:
|
||||||
#
|
#
|
||||||
#audio_output {
|
audio_output {
|
||||||
# type "oss"
|
type "oss"
|
||||||
# name "My OSS Device"
|
name "My OSS Device"
|
||||||
# device "/dev/dsp" # optional
|
# device "/dev/dsp" # optional
|
||||||
# mixer_type "hardware" # optional
|
# mixer_type "hardware" # optional
|
||||||
# mixer_device "/dev/mixer" # optional
|
# mixer_device "/dev/mixer" # optional
|
||||||
# mixer_control "PCM" # optional
|
# mixer_control "PCM" # optional
|
||||||
#}
|
}
|
||||||
#
|
#
|
||||||
# An example of a shout output (for streaming to Icecast):
|
# An example of a shout output (for streaming to Icecast):
|
||||||
#
|
#
|
||||||
@ -275,8 +275,8 @@ audio_output {
|
|||||||
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
||||||
#
|
#
|
||||||
#audio_output {
|
#audio_output {
|
||||||
# type "pulse"
|
#type "pulse"
|
||||||
# name "My Pulse Output"
|
#name "My Pulse Output"
|
||||||
# server "remote_server" # optional
|
# server "remote_server" # optional
|
||||||
# sink "remote_server_sink" # optional
|
# sink "remote_server_sink" # optional
|
||||||
#}
|
#}
|
||||||
|
Loading…
Reference in New Issue
Block a user