[fix] Remove old doc

This commit is contained in:
alban 2020-09-29 23:04:27 +02:00
parent 28299514a7
commit fbb9ee57d8
1 changed files with 0 additions and 4 deletions

View File

@ -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(