From 44f802a74d273724f0239df47009d2b7e32ef0fa Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 12 Mar 2005 04:06:16 +0000 Subject: update config file git-svn-id: https://svn.musicpd.org/mpd/trunk@3060 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/mpdconf.example') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 4d4b19827..0b37d9f9a 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -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. -- cgit v1.2.3