diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-30 16:58:39 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-30 16:58:39 +0000 |
commit | 41d65da4bd4c542370ed794db8a43bf1d866c385 (patch) | |
tree | edc1e3f1dbfaa288ba5d1fbe8ed46f7974d6ae41 /doc/mpdconf.example | |
parent | 0f8ab01c3eb4d540379bc5f28fe0255d9537e938 (diff) | |
download | mpd-41d65da4bd4c542370ed794db8a43bf1d866c385.tar.gz mpd-41d65da4bd4c542370ed794db8a43bf1d866c385.tar.xz mpd-41d65da4bd4c542370ed794db8a43bf1d866c385.zip |
Adding a null output to mpdconf.example.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6394 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-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. # |