1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-09 23:58:06 +00:00

DOCS/man/input: adjust ao-volume documentation to state reality

This commit is contained in:
llyyr 2025-02-09 19:53:17 +05:30 committed by Kacper Michajłow
parent f8cbe7b6a6
commit 834f99e469

View File

@ -2563,9 +2563,10 @@ Property list
``ao-volume`` (RW) ``ao-volume`` (RW)
System volume. This property is available only if mpv audio output is System volume. This property is available only if mpv audio output is
currently active, and only if the underlying implementation supports volume currently active, and only if the underlying implementation supports volume
control. What this option does depends on the API. For example, on ALSA control. What this option does, or how the value is interpreted depends on
this usually changes system-wide audio, while with PulseAudio this controls the API. For example, on ALSA this usually changes system-wide audio volume
per-application volume. on a linear curve, while with PulseAudio this controls per-application volume
on a cubic curve.
``ao-mute`` (RW) ``ao-mute`` (RW)
Similar to ``ao-volume``, but controls the mute state. May be unimplemented Similar to ``ao-volume``, but controls the mute state. May be unimplemented