From 3e630dc26edaf3acbfb95a1526fef2b4183a7f84 Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 15:53:14 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95f157e..78f4622 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,13 @@ Redilysis sends audio analysis to a redis server. The idea is to share a single audio analysis to many Visual Jockey filters, in our case for lasers. -**Two modes are available, so you might need to run two processes for full analysis.** -### Redis Keys and Contents +### Redis Keys and Contents for end users -Each **word in bold** is a key which you can query the redis server for. Ex: +##### Each **word in bold** is a key which you can query the redis server for. Ex: ``` -$ redis-cli get spectrum_120 +$ redis-cli get spectrum_10 "[2.21, 0.56, 0.51, 0.32, 0.27, 0.21, 0.18, 0.17, 0.18, 0.23]" ``` @@ -155,6 +154,12 @@ python redilysis.py --help ### Running redilysis: Common parameters + +Two modes are available (see below for SPECTRUM and BPM), so you might need to run two processes for full analysis. + +Here are the commmon parameters for both modes. + + **Get the help** ``` python redilysis.py -h