Commit e4cd528
committed
player/command: deprecate ao-volume and ao-mute
These properties were mostly only useful before the removal of
--softvol=no. At present, mpv has its own volume mixer and never touches
the audio server volume at all. There's no reason for mpv to provide
these properties, if users wish to change the audio server volume, it's
trivial to do so in a Lua/Javascript script.
Moreover, ao-volume presents the audio server volume as-is, meaning
without any conversion or normalization. As such, the meaning of the
value changes depending on the audio server in use or the configuration
of the audio server. There's no correct way for mpv to do this
normalization. This kind of functionality is better suited for
a Lua/Javascript script where the user can normalize the values to their
preferred scale, and not bloat mpv with pointless properties that are
confusing and not useful.1 parent 9465b30 commit e4cd528
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2702 | 2702 | | |
2703 | 2703 | | |
2704 | 2704 | | |
| 2705 | + | |
| 2706 | + | |
2705 | 2707 | | |
2706 | 2708 | | |
2707 | 2709 | | |
2708 | 2710 | | |
| 2711 | + | |
| 2712 | + | |
2709 | 2713 | | |
2710 | 2714 | | |
2711 | 2715 | | |
| |||
0 commit comments