output/wasapi: Add dop support for WASAPI

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1102
This commit is contained in:
Shen-Ta Hsieh
2020-12-02 06:26:46 +08:00
committed by Max Kellermann
parent 93016ac6ab
commit e1fe9ebcd6
3 changed files with 46 additions and 3 deletions

View File

@@ -1171,6 +1171,8 @@ The `Windows Audio Session API <https://docs.microsoft.com/en-us/windows/win32/c
- 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".
* - **dop yes|no**
- Enable DSD over PCM. Require exclusive mode. The default value is "no".
.. _filter_plugins: