diff options
-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 |