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/mpdconf.example | |
parent | 93d87854e985836e66ddac8bb00ab1d12f95094a (diff) |
doc: add docs for wasapi plugin
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 36a26a828..c401d6605 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -294,6 +294,20 @@ input { ## mixer_type "hardware" # optional #} # +# An example of a wasapi output (Windows multimedia API). +# +#audio_output { +# type "wasapi" +# name "My WASAPI output" +## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional +# or +## device "0" # optional +## Exclusive mode blocks all other audio source, and get best audio quality without resampling. +## exclusive "no" # optional +## Enumerate all devices in log. +## enumerate "no" # optional +#} +# # An example of an openal output. # #audio_output { |