From de95caa346e1cda050212b1e9425bfd8b6125703 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Apr 2009 13:21:36 +0200 Subject: doc: added more audio output documentation --- doc/user.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index c50f977d6..b2bfc172d 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -113,7 +113,69 @@ cd mpd-0.14.2 name "my ALSA device" device "hw:0" } - + + + + The following table lists the audio_output + options valid for all plugins: + + + + + + + + Name + + + Description + + + + + + + type + + + The name of the plugin. + + + + + name + + + The name of the audio output. It is visible to the + client. Some plugins also use it internally, e.g. as + a name registered in the PULSE server. + + + + + format + + + Always open the audio output with the specified audio + format (samplerate:bits:channels), regardless of the + format of the input file. This is optional for most + plugins. + + + + + enabled + yes|no + + + Specifies whether this audio output is enabled when + MPD is started. By default, all audio outputs are + enabled. + + + + + -- cgit v1.2.3