summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorMisaki Kasumi <misakikasumi@outlook.com>2024-03-17 04:14:47 +0800
committerder richter <der.richter@gmx.de>2024-03-29 13:46:59 +0100
commit1ed8607292ae4f9eafd041d304ad68740ffd3fd7 (patch)
tree3d62798116b3bd358ee5b9ff6d2733a45f0cd132 /DOCS/man/ao.rst
parent7ab1080749b02e3e545166e67528c6a039e04969 (diff)
downloadmpv-1ed8607292ae4f9eafd041d304ad68740ffd3fd7.tar.bz2
mpv-1ed8607292ae4f9eafd041d304ad68740ffd3fd7.tar.xz
ao_avfoundation: initial avfoundation ao support
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 4890747bc9..4ac1cc52ee 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -138,11 +138,21 @@ Available audio output drivers are:
passthrough (even if the device reports it as supported). Use with
extreme care.
-
``coreaudio_exclusive`` (macOS only)
Native macOS audio output driver using direct device access and
exclusive mode (bypasses the sound server).
+``avfoundation`` (macOS only)
+ Native macOS audio output driver using ``AVSampleBufferAudioRenderer``
+ in AVFoundation, which supports `spatial audio
+ <https://support.apple.com/en-us/HT211775>`_.
+
+ .. warning::
+
+ Turning on spatial audio may hang the playback
+ if mpv is not started out of the bundle,
+ though playback with spatial audio off always works.
+
``openal``
OpenAL audio output driver.