diff options
author | LAGonauta <lagonauta@gmail.com> | 2018-04-12 08:57:49 -0300 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2018-04-15 00:57:34 +0300 |
commit | e00ca83006464ca03e35d04d4a0d0467a7143ff3 (patch) | |
tree | e0c1f862ba2c1589adc1bc116f6751721b7b0b8a /DOCS/man | |
parent | 614ad62f891f8dc0156ae57631fb9195e56df026 (diff) |
ao/openal: Remove notes on experimentality from the documentation
Also, multi-channel audio should be fast now with the use of the MC
extensions.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/ao.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 3fc1ba9734..677c2f0353 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -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 |