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(