diff options
author | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-05-30 14:04:58 +0800 |
---|---|---|
committer | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-05-30 22:21:03 +0800 |
commit | d2d53cc9d6413871ba956f89b384b25b9b76bbea (patch) | |
tree | 8bf142d987715998f59d04e2fa010dcb76551efa /doc/plugins.rst | |
parent | 93d87854e985836e66ddac8bb00ab1d12f95094a (diff) |
doc: add docs for wasapi plugin
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 95e2bfa47..db700bd69 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1086,6 +1086,25 @@ The "Solaris" plugin runs only on SUN Solaris, and plays via /dev/audio. - Sets the path of the audio device, defaults to /dev/audio. +wasapi +------ + +The `Windows Audio Session API <https://docs.microsoft.com/en-us/windows/win32/coreaudio/wasapi>`_ plugin uses WASAPI, which is supported started from Windows Vista. It is recommended if you are using Windows. + +.. list-table:: + :widths: 20 80 + :header-rows: 1 + + * - Setting + - Description + * - **device NAME** + - Sets the device which should be used. This can be any valid audio device name, or index number. The default value is "", which makes WASAPI choose the default output device. + * - **enumerate yes|no** + - Enumerate all devices in log while playing started. Useful for device configuration. The default value is "no". + * - **exclusive yes|no** + - Exclusive mode blocks all other audio source, and get best audio quality without resampling. Stopping playing release the exclusive control of the output device. The default value is "no". + + .. _filter_plugins: Filter plugins |