From 44f699da0d58dc8cb55097a668d6b31c382677d8 Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Fri, 19 Jul 2013 23:38:36 -0300 Subject: DOCS/man/en/ao.rst: Document ao_wasapi0 --- DOCS/man/en/ao.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index a65334e248..d0133230d8 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -169,3 +169,18 @@ Available audio output drivers are: ``port=`` Set the TCP port used for connecting to the server (default: 12345). Not used if connecting to a Unix domain socket. + +``wasapi0`` + Audio output to the Windows Audio Session API. + + ``device=`` + Uses the requested endpoint instead of the system's default audio + endpoint. Both the number and the ID String are valid; the ID String + is guaranteed to not change unless the driver is uninstalled. + + To get a list of the valid devices, use the ``list`` suboption. + ``exclusive`` + Requests exclusive, direct hardware access. By definition prevents + sound playback of any other program until mpv exits. + ``list`` + Lists all audio endpoints (output devices) present in the system. -- cgit v1.2.3