More changes.
This commit is contained in:
@@ -267,9 +267,9 @@ follow_inside_symlinks "yes"
|
||||
audio_output {
|
||||
type "httpd"
|
||||
name "mpd http stream"
|
||||
encoder "vorbis" # optional, vorbis or lame
|
||||
encoder "lame" # optional, vorbis or lame
|
||||
port "8000"
|
||||
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
||||
# bind_to_address "localhost" # optional, IPv4 or IPv6
|
||||
quality "5.0" # do not define if bitrate is defined
|
||||
# bitrate "128" # do not define if quality is defined
|
||||
format "44100:16:1"
|
||||
@@ -280,7 +280,7 @@ audio_output {
|
||||
#
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "mpd"
|
||||
name "mpd pulse"
|
||||
## server "remote_server" # optional
|
||||
## sink "remote_server_sink" # optional
|
||||
}
|
||||
@@ -288,7 +288,7 @@ audio_output {
|
||||
# This is necessary for visualization in ncmpcpp
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "mpd_fifo"
|
||||
name "mpd fifo"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user