update config file
git-svn-id: https://svn.musicpd.org/mpd/trunk@3060 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
0afc94e426
commit
44f802a74d
@ -17,27 +17,28 @@ pid_file "~/.mpd/mpd.pid"
|
|||||||
|
|
||||||
################## AUDIO OUTPUT ##########################
|
################## 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
|
# use this if you want to use OSS audio output
|
||||||
|
#audio_output {
|
||||||
# type "oss"
|
# type "oss"
|
||||||
# name "my OSS sound card"
|
# name "my OSS sound card"
|
||||||
# device "/dev/dsp" # optional
|
# device "/dev/dsp" # optional
|
||||||
# format "44100:16:2" #optional
|
# format "44100:16:2" #optional
|
||||||
|
#}
|
||||||
#
|
#
|
||||||
# use this if you want to use ALSA audio output
|
# use this if you want to use ALSA 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
|
||||||
# format "44100:16:2" #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
|
# Set this if you have problems
|
||||||
# playing audio files.
|
# playing audio files.
|
||||||
|
Loading…
Reference in New Issue
Block a user