From 1ed8607292ae4f9eafd041d304ad68740ffd3fd7 Mon Sep 17 00:00:00 2001 From: Misaki Kasumi Date: Sun, 17 Mar 2024 04:14:47 +0800 Subject: ao_avfoundation: initial avfoundation ao support --- DOCS/man/ao.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'DOCS/man/ao.rst') 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 + `_. + + .. 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. -- cgit v1.2.3