mirror of https://github.com/mpv-player/mpv
ao/openal: Remove notes on experimentality from the documentation
Also, multi-channel audio should be fast now with the use of the MC extensions.
This commit is contained in:
parent
614ad62f89
commit
e00ca83006
|
@ -110,7 +110,7 @@ Available audio output drivers are:
|
|||
exclusive mode (bypasses the sound server).
|
||||
|
||||
``openal``
|
||||
Experimental OpenAL audio output driver
|
||||
OpenAL audio output driver
|
||||
|
||||
``--openal-num-buffers=<2-128>``
|
||||
Specify the number of audio buffers to use. Lower values are better for
|
||||
|
@ -126,9 +126,6 @@ Available audio output drivers are:
|
|||
Channels are dropped when when they are not available as downmixing
|
||||
will be disabled. Default: no.
|
||||
|
||||
.. note:: This driver is not very useful. Playing multi-channel audio with
|
||||
it is slow.
|
||||
|
||||
``pulse``
|
||||
PulseAudio audio output driver
|
||||
|
||||
|
|
Loading…
Reference in New Issue