diff options
author | wm4 <wm4@nowhere> | 2015-02-12 11:58:35 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-02-12 11:58:35 +0100 |
commit | 1d9134d044193020e5addf95561db10400f63425 (patch) | |
tree | b34a49f6aecc9e0f1ad1ea97e7274b1705163099 /DOCS | |
parent | 5c5e38fc0e3096fe67ac28ee142e719f319961e0 (diff) |
player: use af_scaletempo when slowing down audio too
In my opinion the artifacts created by af_scaletempo on extreme slowdown
(50% or so) are too bothersome - but users disagree. So use
af_scaletempo on any speed changes, not just on speedup.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 83bb05cdad..648eabcf4d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -794,7 +794,7 @@ Audio ----- ``--audio-pitch-correction=<yes|no>`` - If this is enabled (default), playing with a speed higher than normal + If this is enabled (default), playing with a speed different from normal automatically inserts the ``scaletempo`` audio filter. For details, see audio filter section. |