From fbb9ee57d8f85b1fe6a11a081c4a2845d9399b5c Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 23:04:27 +0200 Subject: [PATCH] [fix] Remove old doc --- redilysis.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redilysis.py b/redilysis.py index a6f3f62..626888c 100755 --- a/redilysis.py +++ b/redilysis.py @@ -80,10 +80,6 @@ ip = args.ip port = args.port verbose = args.verbose -if( MODE == "bpm" and SAMPLING_FREQUENCY < 0.5 ): - debug( "You should use a --sampling_frequency superior to 0.5 in BPM mode...") - - melFilter = librosa.filters.mel(RATE, N_FFT, BAND_TONES, fmin=F_LO, fmax=F_HI) r = redis.Redis(