diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-06 04:27:19 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-06 04:27:19 +0000 |
commit | d60c37f1f9f9ff4db84f9d5432151703308e61fb (patch) | |
tree | e229d04791e943f4581f422a86467a79a0d7f4d7 | |
parent | 8cea9bf485afeb561fa78e408b83a4ea0873624e (diff) | |
download | mpd-d60c37f1f9f9ff4db84f9d5432151703308e61fb.tar.gz mpd-d60c37f1f9f9ff4db84f9d5432151703308e61fb.tar.xz mpd-d60c37f1f9f9ff4db84f9d5432151703308e61fb.zip |
sample config file example
git-svn-id: https://svn.musicpd.org/mpd/trunk@3026 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/mpdconf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |