From 82a89c6bfe152cea692ad143f9557016102f742d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Dec 2013 21:03:11 +0100 Subject: doc/user: document the "ao" output Move from doc/mpd.conf.5. --- doc/user.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index d90fce9c6..99278a69b 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1398,6 +1398,59 @@ systemctl start mpd.socket The ao plugin uses the portable libao library. + + + + + + Setting + Description + + + + + + driver + D + + + The libao driver to use for + audio output. Possible values depend on what libao + drivers are available. See http://www.xiph.org/ao/doc/drivers.html + for information on some commonly used drivers. + Typical values for Linux include "oss" and "alsa09". + The default is "default", which causes libao to + select an appropriate plugin. + + + + + + options + O + + + Options to pass to the selected + libao driver. + + + + + + write_size + O + + + This specifies how many bytes to write to the audio + device at once. This parameter is to work around a + bug in older versions of libao on sound cards with + very small buffers. The default is 1024. + + + + +
-- cgit v1.2.3