diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 8cd367541..e935c0ac5 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -118,6 +118,13 @@ error_file "~/.mpd/mpd.error" # public "no" # optional #} # +# An example of a null output (for no audio output): +# +#audio_output { +# type "null" +# name "My Null Output" +#} +# # Force all decoded audio to be converted to this format before # being passed to the audio outputs. # |