From ba4196942ad7d0d5065200ce2714c33967fc9946 Mon Sep 17 00:00:00 2001 From: dnalor <26877697+dnalor@users.noreply.github.com> Date: Fri, 7 Dec 2018 00:41:12 +0100 Subject: [PATCH] added example in config --- example_files/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example_files/config b/example_files/config index 91d52d7..14ddef5 100644 --- a/example_files/config +++ b/example_files/config @@ -37,7 +37,7 @@ [input] -# Audio capturing method. Possible methods are: 'pulse', 'alsa', 'fifo' or 'sndio'. +# Audio capturing method. Possible methods are: 'pulse', 'alsa', 'fifo', 'sndio' or 'shmem' # Defaults to 'pulse', 'alsa' or 'fifo', in that order, dependent on what support cava was built with. # # All input methods uses the same config variable 'source' @@ -48,6 +48,7 @@ # # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. +# For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address ; method = pulse ; source = auto @@ -57,6 +58,8 @@ ; method = fifo ; source = /tmp/mpd.fifo +; method = shmem +; source = /squeezelite-AA:BB:CC:DD:EE:FF [output]