Fixed a typo where multiple effects were uncommented

This commit is contained in:
Scott Lawson 2016-12-30 22:19:46 -07:00
parent 27a0448203
commit 3241e43435
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ def microphone_update(stream):
mel_gain.update(np.max(mel))
mel = mel / mel_gain.value
# Visualize the filterbank output
visualize_spectrum(mel)
# visualize_spectrum(mel)
# visualize_max(mel)
# visualize_scroll(mel)
visualize_energy(mel)