[fix] Readme typo
This commit is contained in:
parent
73f0765519
commit
3e630dc26e
13
README.md
13
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.
|
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]"
|
"[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
|
### 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**
|
**Get the help**
|
||||||
```
|
```
|
||||||
python redilysis.py -h
|
python redilysis.py -h
|
||||||
|
Loading…
Reference in New Issue
Block a user