diff options
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index ad2444bac..d4cde2aa0 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -281,6 +281,16 @@ input { ## sink "remote_server_sink" # optional #} # +# An example of a winmm output (Windows multimedia API). +# +#audio_output { +# type "winmm" +## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional +# or +## device "0" # optional +## mixer_type "hardware" # optional +#} +# ## Example "pipe" output: # #audio_output { |