[fix] Readme typo

This commit is contained in:
alban 2020-09-29 15:53:14 +02:00
parent 73f0765519
commit 3e630dc26e
1 changed files with 9 additions and 4 deletions

View File

@ -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