summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2022-05-12 17:12:31 +0200
committerDudemanguy <random342@airmail.cc>2022-05-14 14:51:34 +0000
commitfe9e074752da1352e970dce5afcfdc3d30bfb7e2 (patch)
tree38fb09cfea34d49a4678af53192dca2c1b3ef519 /DOCS
parentd27c85b0a10b9f337db22ec426d9f7c4af0f60dc (diff)
downloadmpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.bz2
mpv-fe9e074752da1352e970dce5afcfdc3d30bfb7e2.tar.xz
various: remove trailing whitespace
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/af.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index 5ff7426382..29f6b0128a 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -161,14 +161,14 @@ Available filters are:
Would play media at 1.2x normal speed, with audio at normal pitch.
Changing playback speed would change pitch, leaving audio tempo at
1.2x.
-
+
``scaletempo2[=option1:option2:...]``
Scales audio tempo without altering pitch.
- The algorithm is ported from chromium and uses the
+ The algorithm is ported from chromium and uses the
Waveform Similarity Overlap-and-add (WSOLA) method.
It seems to achieve a higher audio quality than scaletempo and rubberband.
- By default, the ``search-interval`` and ``window-size`` parameters
+ By default, the ``search-interval`` and ``window-size`` parameters
have the same values as in chromium.
``min-speed=<speed>``
@@ -180,7 +180,7 @@ Available filters are:
``search-interval=<amount>``
Length in milliseconds to search for best overlap position. (default: 30)
-
+
``window-size=<amount>``
Length in milliseconds of the overlap-and-add window. (default: 20)