sample config file example
git-svn-id: https://svn.musicpd.org/mpd/trunk@3026 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
8cea9bf485
commit
d60c37f1f9
|
@ -28,11 +28,14 @@ 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
|
||||
# type "alsa"
|
||||
# name "my ALSA device"
|
||||
# device "hw:0,0" # optional
|
||||
# format "44100:16:2" #optional
|
||||
#
|
||||
} # end of audio_output "ao"
|
||||
#
|
||||
# Set this if you have problems
|
||||
|
|
Loading…
Reference in New Issue