[fix] Remove old keys references
This commit is contained in:
parent
ae1247164a
commit
28299514a7
@ -255,10 +255,6 @@ def callback(in_data, frame_count, time_info, status):
|
|||||||
|
|
||||||
|
|
||||||
debug( "\n\nRunning! Using mode {}.\n\n".format(MODE))
|
debug( "\n\nRunning! Using mode {}.\n\n".format(MODE))
|
||||||
if MODE == 'spectrum':
|
|
||||||
debug("In this mode, we will set keys: rms, spectrum, tuning")
|
|
||||||
elif MODE == 'bpm':
|
|
||||||
debug("In this mode, we will set keys: onset, bpm, beats")
|
|
||||||
|
|
||||||
p = pyaudio.PyAudio()
|
p = pyaudio.PyAudio()
|
||||||
stream = p.open(format=pyaudio.paFloat32,
|
stream = p.open(format=pyaudio.paFloat32,
|
||||||
|
Loading…
Reference in New Issue
Block a user