This commit is contained in:
2014-06-14 00:26:03 +02:00
parent 6903a93059
commit 77c20f1302
11 changed files with 480 additions and 319 deletions

View File

@@ -285,6 +285,14 @@ audio_output {
## sink "remote_server_sink" # optional
}
#
# This is necessary for visualization in ncmpcpp
audio_output {
type "fifo"
name "mpd_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
#
# An example of a winmm output (Windows multimedia API).
#
#audio_output {
@@ -401,7 +409,7 @@ replaygain_limit "yes"
#max_connections "10"
#max_playlist_length "16384"
#max_command_list_size "2048"
#max_output_buffer_size "8192"
max_output_buffer_size "16384"
#
###############################################################################