doc/plugins.rst: add filter plugin reference
This commit is contained in:
parent
aa1d867b72
commit
8158bd218c
|
@ -1039,8 +1039,41 @@ The "Solaris" plugin runs only on SUN Solaris, and plays via /dev/audio.
|
||||||
* - **device PATH**
|
* - **device PATH**
|
||||||
- Sets the path of the audio device, defaults to /dev/audio.
|
- Sets the path of the audio device, defaults to /dev/audio.
|
||||||
|
|
||||||
|
|
||||||
|
.. _filter_plugins:
|
||||||
|
|
||||||
|
Filter plugins
|
||||||
|
--------------
|
||||||
|
|
||||||
|
normalize
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
Normalize the volume during playback (at the expensve of quality).
|
||||||
|
|
||||||
|
|
||||||
|
null
|
||||||
|
~~~~
|
||||||
|
|
||||||
|
A no-op filter. Audio data is returned as-is.
|
||||||
|
|
||||||
|
|
||||||
|
route
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
Reroute channels.
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:widths: 20 80
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Setting
|
||||||
|
- Description
|
||||||
|
* - **routes "0>0, 1>1, ..."**
|
||||||
|
- Specifies the channel mapping.
|
||||||
|
|
||||||
|
|
||||||
.. _playlist_plugins:
|
.. _playlist_plugins:
|
||||||
|
|
||||||
Playlist plugins
|
Playlist plugins
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
@ -465,6 +465,9 @@ The following table lists the filter options valid for all plugins:
|
||||||
* - **name**
|
* - **name**
|
||||||
- The name of the filter
|
- The name of the filter
|
||||||
|
|
||||||
|
More information can be found in the :ref:`filter_plugins` reference.
|
||||||
|
|
||||||
|
|
||||||
Configuring playlist plugins
|
Configuring playlist plugins
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue