[fix] Readme typo

This commit is contained in:
alban 2020-09-29 15:55:57 +02:00
parent 91c8fb3c9b
commit 12556c7958
1 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,6 @@ Redis_latency times are not considered here, but could be
Examples are given based on previous values for redis keys.
#####The calculation goes like
0. **How many second per beats?**
* seconds_per_beat = 60 / bpm
* ```60 / 126.05 =~ 0.4760```
@ -133,7 +132,7 @@ Examples are given based on previous values for redis keys.
* f(7) = 7 * 0.4760 * 1000 - 3064.96 = 267.0400
* The next beat is in 267 milliseconds after the time we got the redis key
* f(8) = 8 * 0.4760 * 1000 - 3064.96 = 743.0400
* etc. until you have f(i) > bpm_sample_interval
* etc. until you have ```f(i) > bpm_sample_interval```
### Requirements and installation