aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 5b19c028c..f7816e4ae 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -207,6 +207,19 @@ log_file "~/.mpd/log"
# sink "remote_server_sink"
#}
#
+## Example "pipe" output:
+#
+#audio_output {
+# type "pipe"
+# name "my pipe"
+# command "aplay -f cd 2>/dev/null"
+## Or if you're want to use AudioCompress
+# command "AudioCompress -m | aplay -f cd 2>/dev/null"
+## Or to send raw PCM stream through PCM:
+# command "nc example.org 8765"
+# format "44100:16:2"
+#}
+#
## An example of a null output (for no audio output):
#
#audio_output {