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:
parent
7801ca86b9
commit
5def2a09bd
@ -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
|
||||
#}
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user