From c5366dd33793487a7c72b6f7be1151d191c5bafa Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 23 Oct 2014 09:50:54 +0200 Subject: reflect recent coreaudio changes in the manual --- DOCS/man/ao.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'DOCS/man/ao.rst') diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 3eb2ab6125..27d0cfe3e9 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -114,25 +114,18 @@ Available audio output drivers are: with fixed setups. ``coreaudio`` (Mac OS X only) - Native Mac OS X audio output driver using the AudioUnits and the CoreAudio + Native Mac OS X audio output driver using AudioUnits and the CoreAudio sound server. - ``device_id=`` - ID of output device to use (0 = default device) - ``help`` - List all available output devices with their IDs. + Automatically redirects to ``coreaudio_exclusive`` when playing compressed + formats. -``coreaudio_device`` (Mac OS X only) +``coreaudio_exclusive`` (Mac OS X only) Native Mac OS X audio output driver using direct device access and exclusive mode (bypasses the sound server). Supports only compressed formats (AC3 and DTS). - ``device_id=`` - ID of output device to use (0 = default device) - ``help`` - List all available output devices with their IDs. - ``openal`` Experimental OpenAL audio output driver -- cgit v1.2.3