summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-14 22:34:42 +0100
committerwm4 <wm4@nowhere>2014-03-14 22:37:46 +0100
commitdc0f2308d13e107802111eb843996972e53766ad (patch)
tree6313c60b50e95381b166487e58f6b1af427e2dab /DOCS
parentb72ba3f7440c7c8ac811079303e69287f03ddd90 (diff)
downloadmpv-dc0f2308d13e107802111eb843996972e53766ad.tar.bz2
mpv-dc0f2308d13e107802111eb843996972e53766ad.tar.xz
af_volume: add detach option
Maybe this should be default. On the other hand, this filter does something even if the volume is neutral: it clips samples against the allowed range, should the decoder or a previous filter output garbage.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index 98d33b8f15..81e0d8cfef 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -301,6 +301,12 @@ Available filters are:
``s16``
Force S16 sample format if set. Lower quality, but might be faster
in some situations.
+ ``detach``
+ Remove the filter if the volume is not changed at audio filter config
+ time. Useful with replaygain: if the current file has no replaygain
+ tags, then the filter will be removed if this option is enabled.
+ (If ``--softvol=yes`` is used and the player volume controls are used
+ during playback, a different volume filter will be inserted.)
.. admonition:: Example