update config file

git-svn-id: https://svn.musicpd.org/mpd/trunk@3060 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2005-03-12 04:06:16 +00:00
parent 0afc94e426
commit 44f802a74d
1 changed files with 10 additions and 9 deletions

View File

@ -17,27 +17,28 @@ pid_file "~/.mpd/mpd.pid"
################## AUDIO OUTPUT ##########################
#
# libao (ao_driver) supports any of the following:
# Refer to libao documentation for more information
#
audio_output {
# Use default settings
type "ao"
name "default ao output"
#
# use this if you want to use OSS audio output
#audio_output {
# type "oss"
# name "my OSS sound card"
# device "/dev/dsp" # optional
# format "44100:16:2" #optional
#}
#
# use this if you want to use ALSA audio output
#audio_output {
# type "alsa"
# name "my ALSA device"
# device "hw:0,0" # optional
# format "44100:16:2" #optional
#}
#
# as a last resort, try using libao
#audio_output {
# type "ao"
# name "default ao output"
#}
#
} # end of audio_output "ao"
#
# Set this if you have problems
# playing audio files.