mpdconf.example: example improvements

- Add mandatory "name" setting for winmm/openal examples.

- Fix the language in openal sample (a -> an)
This commit is contained in:
Denis Krjuchkov 2013-01-11 15:22:53 +06:00
parent 7801ca86b9
commit 5def2a09bd

View File

@ -285,16 +285,18 @@ input {
#
#audio_output {
# type "winmm"
# name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or
## device "0" # optional
## mixer_type "hardware" # optional
#}
#
# An example of a openal output.
# An example of an openal output.
#
#audio_output {
# type "openal"
# name "My OpenAL output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
#}
#