Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/SoundTouch/include/BPMDetect.h')
-rw-r--r--src/thirdparty/SoundTouch/include/BPMDetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/SoundTouch/include/BPMDetect.h b/src/thirdparty/SoundTouch/include/BPMDetect.h
index ff1d3c44f..c5989cfc8 100644
--- a/src/thirdparty/SoundTouch/include/BPMDetect.h
+++ b/src/thirdparty/SoundTouch/include/BPMDetect.h
@@ -67,7 +67,7 @@ namespace soundtouch
#define MIN_BPM 29
/// Maximum allowed BPM rate. Used to restrict accepted result below a reasonable limit.
-#define MAX_BPM 230
+#define MAX_BPM 200
/// Class for calculating BPM rate for audio data.