From db07f9839857f3722419b6a00b220b769deb37d7 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sun, 16 Jul 2006 17:32:59 +0000 Subject: Split audio output parameters documentation in mpd.conf.5 into output-specific sections, since we have a lot of output-specific parameters now git-svn-id: https://svn.musicpd.org/mpd/trunk@4367 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpd.conf.5 | 90 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 88c9a6d85..3dc4b0e2e 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -55,8 +55,7 @@ the "kill" command. When mpd is restarted, it will read the state file and restore the state of mpd (including the playlist). .TP .B audio_output -See \fBREQUIRED AUDIO OUTPUT PARAMETERS\fP and \fBOPTIONAL AUDIO OUTPUT -PARAMETERS\fP. +See the various \fBAUDIO OUTPUT PARAMETERS\fP sections below. .TP .B audio_output_format This specifies the sample rate, bits per sample, and number of channels of @@ -187,10 +186,8 @@ when saving playlists. The default is "no". .SH REQUIRED AUDIO OUTPUT PARAMETERS .TP .B type -This specifies the audio output type. Depending on what audio output support -mpd was built with possible values could be "alsa", "oss", "osx", "pulse", -"mvp", "ao", or "shout" (see \fBREQUIRED SHOUT OUTPUT PARAMETERS\fP and -\fBOPTIONAL SHOUT OUTPUT PARAMETERS\fP). +This specifies the audio output type. See the list of supported outputs in mpd +--version for possible values. .TP .B name This specifies a unique name for the audio output. @@ -201,61 +198,62 @@ This specifies the sample rate, bits per sample, and number of channels of audio that is sent to the audio output device. See documentation for the \fBaudio_output_format\fP parameter for more details. The default is to use whatever audio format is passed to the audio output. +.SH OPTIONAL ALSA OUTPUT PARAMETERS +.TP +.B device +This specifies the device to use for audio output. The default is "hw:0,0". +.TP +.B use_mmap +Setting this allows you to use memory-mapped I/O. Certain hardware setups may +benefit from this, but most do not. Most users do not need to set this. +.TP +.B buffer_time