From 229d51133d0694331555df660ed6b86d25f75fcd Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 15:57:46 +0200 Subject: [PATCH] [fix] Readme typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2b2914..c60a5bb 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ python redilysis.py -v -m bpm -s 3 --bpm-min 100 --bpm-max 200 This mode is less sure that the spectrum mode. +It must absolutely run with multiple seconds interval to work well. Three seconds is a correct minimum. + It attempts to detect beats based on audio "jumps" in intensity and energy. To correct a well-known error called the "octave error" where the detected tempo is twice/half or thrice/third of the real tempo, you can use the Min/Max BPM. When the calculated tempo is outside of the range, it will attempt to find more legitimate values.