feat(mpd): set audio
This commit is contained in:
@@ -196,13 +196,13 @@ auto_update "yes"
|
|||||||
|
|
||||||
# Input #######################################################################
|
# Input #######################################################################
|
||||||
#
|
#
|
||||||
input {
|
# input {
|
||||||
plugin "curl"
|
# plugin "curl"
|
||||||
# proxy "proxy.isp.com:8080"
|
# proxy "proxy.isp.com:8080"
|
||||||
# proxy_user "user"
|
# proxy_user "user"
|
||||||
# proxy_password "password"
|
# proxy_password "password"
|
||||||
}
|
# }
|
||||||
|
#
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
@@ -215,6 +215,10 @@ input {
|
|||||||
#
|
#
|
||||||
# An example of an ALSA output:
|
# An example of an ALSA output:
|
||||||
#
|
#
|
||||||
|
audio_output {
|
||||||
|
type "pipewire"
|
||||||
|
name "PipeWire Sound Server"
|
||||||
|
}
|
||||||
#audio_output {
|
#audio_output {
|
||||||
# type "alsa"
|
# type "alsa"
|
||||||
# name "My ALSA Device"
|
# name "My ALSA Device"
|
||||||
|
|||||||
Reference in New Issue
Block a user