redilysis/README.md

39 lines
705 B
Markdown
Raw Normal View History

2019-06-20 20:28:00 +00:00
# Redilysis = Redis + Audio Analysis
2019-06-20 20:20:46 +00:00
Redilysis sends audio analysis to a redis install. What's the use? Using that information for multiple visualizations, of course!
2019-06-20 20:28:00 +00:00
## Installation
2019-06-20 20:20:46 +00:00
```python
git clone https://git.interhacker.space/tmplab/redilysis.git
cd redilysis
pip install -r requirements.txt
python3 redilysis.py --help
```
2019-06-20 20:28:00 +00:00
## Guide
2019-06-20 20:20:46 +00:00
There are two available modes.
**One is the slow mode with BPM recognition:**
python3 redilysis.py -m bpm -s 1 -f 44100
Pushes following keys in redis:
* onset
* bpm
* beats
**The other is a fast mode with spectrogram analysis**
python3 redilysis.py -m spectrum -s 0.1 -f 4410
Pushes following keys in redis:
* rms
* spectrum
* tuning