From d60c37f1f9f9ff4db84f9d5432151703308e61fb Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 6 Mar 2005 04:27:19 +0000 Subject: sample config file example git-svn-id: https://svn.musicpd.org/mpd/trunk@3026 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 2bdfa98b4..e360b9cc3 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -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 -- cgit v1.2.3