mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
DOCS/man/input: adjust ao-volume documentation to state reality
This commit is contained in:
+4
-3
@@ -2563,9 +2563,10 @@ Property list
|
||||
``ao-volume`` (RW)
|
||||
System volume. This property is available only if mpv audio output is
|
||||
currently active, and only if the underlying implementation supports volume
|
||||
control. What this option does depends on the API. For example, on ALSA
|
||||
this usually changes system-wide audio, while with PulseAudio this controls
|
||||
per-application volume.
|
||||
control. What this option does, or how the value is interpreted depends on
|
||||
the API. For example, on ALSA this usually changes system-wide audio volume
|
||||
on a linear curve, while with PulseAudio this controls per-application volume
|
||||
on a cubic curve.
|
||||
|
||||
``ao-mute`` (RW)
|
||||
Similar to ``ao-volume``, but controls the mute state. May be unimplemented
|
||||
|
||||
Reference in New Issue
Block a user