diff options
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 08d4d1345..21f8f1f2d 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1039,8 +1039,41 @@ The "Solaris" plugin runs only on SUN Solaris, and plays via /dev/audio. * - **device PATH** - 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 ---------------- |