From 41d65da4bd4c542370ed794db8a43bf1d866c385 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Wed, 30 May 2007 16:58:39 +0000 Subject: Adding a null output to mpdconf.example. git-svn-id: https://svn.musicpd.org/mpd/trunk@6394 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 7 +++++++ 1 file changed, 7 insertions(+) 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. # -- cgit v1.2.3