[fix] Remove old doc
This commit is contained in:
parent
28299514a7
commit
fbb9ee57d8
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user