From 70aa790da6d2d5852edb3e0482d6458a290940cd Mon Sep 17 00:00:00 2001 From: karl Date: Sat, 27 Sep 2014 15:48:54 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d53d1..038bab2 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,16 @@ run cava with: The path of the fifo can be specified with -p. -There might be an issue with syncronisation/latency here.. +I had some trouble with sync (the visualizer was before the sound) reducing the alsa buffer in the mpd fixed it: + +``` +audio_output { + type "alsa" + name "My ALSA" + buffer_time "50000" # (50ms) default is 500000 microseconds (0.5 seconds) +} +``` + Running via ssh: --------------------