0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
LAGonauta 2018-04-12 08:57:49 -03:00 committed by Jan Ekström
parent 614ad62f89
commit e00ca83006

View File

@ -110,7 +110,7 @@ Available audio output drivers are:
exclusive mode (bypasses the sound server). exclusive mode (bypasses the sound server).
``openal`` ``openal``
Experimental OpenAL audio output driver OpenAL audio output driver
``--openal-num-buffers=<2-128>`` ``--openal-num-buffers=<2-128>``
Specify the number of audio buffers to use. Lower values are better for 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 Channels are dropped when when they are not available as downmixing
will be disabled. Default: no. will be disabled. Default: no.
.. note:: This driver is not very useful. Playing multi-channel audio with
it is slow.
``pulse`` ``pulse``
PulseAudio audio output driver PulseAudio audio output driver