summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-18 16:59:47 +0100
committerMax Kellermann <max@musicpd.org>2019-03-18 17:05:23 +0100
commitaa1d867b72f8ea749625f53a5c6d7ed779f1288c (patch)
tree5ff2a3c7eb054fba5bdaf9b5a82f385d0546046a /doc
parent34c8242133e70c8371956a601516ee38f0c92550 (diff)
doc/user.rst: document the "filters" setting
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user.rst b/doc/user.rst
index 674b19148..cdcb94bd5 100644
--- a/doc/user.rst
+++ b/doc/user.rst
@@ -425,9 +425,16 @@ The following table lists the audio_output options valid for all plugins:
implement an external mixer :ref:`external_mixer`) or no mixer
(:samp:`none`). By default, the hardware mixer is used for
devices which support it, and none for the others.
+ * - **filters "name,...**"
+ - The specified configured filters are instantiated in the given
+ order. Each filter name refers to a ``filter`` block, see
+ :ref:`config_filter`.
More information can be found in the :ref:`output_plugins` reference.
+
+.. _config_filter:
+
Configuring filters
-------------------
@@ -442,6 +449,9 @@ To configure a filter, add a :code:`filter` block to :file:`mpd.conf`:
name "software volume"
}
+Configured filters may then be added to the ``filters`` setting of an
+``audio_output`` section, see :ref:`config_audio_output`.
+
The following table lists the filter options valid for all plugins:
.. list-table::