doc: add docs for wasapi plugin

This commit is contained in:
Shen-Ta Hsieh
2020-05-30 14:04:58 +08:00
parent 93d87854e9
commit d2d53cc9d6
2 changed files with 33 additions and 0 deletions

View File

@@ -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 {