summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-22 18:44:59 +0200
committerwm4 <wm4@nowhere>2015-05-22 19:16:42 +0200
commita165a614150bb6482fe3804d845daa571ccba051 (patch)
tree31dca1c62b921f9b46d90220e1403e069f34fe13 /DOCS
parent68bbab0e42e141896545f1f6e9699bcad2d685f8 (diff)
downloadmpv-a165a614150bb6482fe3804d845daa571ccba051.tar.bz2
mpv-a165a614150bb6482fe3804d845daa571ccba051.tar.xz
audio: make softvol scale cubic
This brings the volume control closer to what is percepted as linear volume change. Adjust the --softvol-max default to roughly the old maximum (roughly doubles the gain).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a0b59059b6..726376e1a9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -890,7 +890,8 @@ Audio
.. note::
This was changed after the mpv 0.9 release. Before that, 100 actually
- meant maximum volume.
+ meant maximum volume. At the same time, the volume scale was made cubic,
+ so the old values won't match up with the new ones anyway.
``--audio-delay=<sec>``
Audio delay in seconds (positive or negative float value). Positive values
@@ -1059,10 +1060,9 @@ Audio
their start timestamps differ, and then video timing is gradually adjusted
if necessary to reach correct synchronization later.
-``--softvol-max=<100.0-10000.0>``
- Set the maximum amplification level in percent (default: 200). A value of
- 200 will allow you to adjust the volume up to a maximum of double the
- current level.
+``--softvol-max=<100.0-1000.0>``
+ Set the maximum amplification level in percent (default: 130). A value of
+ 130 will allow you to adjust the volume up to about double the normal level.
``--audio-file-auto=<no|exact|fuzzy|all>``, ``--no-audio-file-auto``
Load additional audio files matching the video filename. The parameter