Commit 5def2a09 authored by Denis Krjuchkov's avatar Denis Krjuchkov

mpdconf.example: example improvements

- Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
parent 7801ca86
...@@ -285,16 +285,18 @@ input { ...@@ -285,16 +285,18 @@ input {
# #
#audio_output { #audio_output {
# type "winmm" # type "winmm"
# name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or # or
## device "0" # optional ## device "0" # optional
## mixer_type "hardware" # optional ## mixer_type "hardware" # optional
#} #}
# #
# An example of a openal output. # An example of an openal output.
# #
#audio_output { #audio_output {
# type "openal" # type "openal"
# name "My OpenAL output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
#} #}
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment