mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
DOCS/ao: change wrong note on which driver is preferred
--ao=pipewire has been preferred on Linux for a long time, and this note even makes it sound like alsa is preferred on any system. Just say that the print order is the order in which the drivers are tried so this note won't have to be updated again in the future, like --gpu-context's documentation does.
This commit is contained in:
parent
28b21e4ab7
commit
7521b65d92
@ -12,9 +12,8 @@ in the list.
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
See ``--ao=help`` for a list of compiled-in audio output drivers. The
|
See ``--ao=help`` for a list of compiled-in audio output drivers sorted by
|
||||||
driver ``--ao=alsa`` is preferred. ``--ao=pulse`` is preferred on systems
|
autoprobe order.
|
||||||
where PulseAudio is used. On BSD systems, ``--ao=oss`` is preferred.
|
|
||||||
|
|
||||||
Available audio output drivers are:
|
Available audio output drivers are:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user