How do I play a wave file and get the mel bands in real time as it plays

As the title says This is what I want to do. I think I could search for a way to do this from microphone input, but this is something that I don’t think I could easily look up. I would like to use TKinter for now and PyQt5 or Pyside2 later.

Hi Carle,

playing .wav files seems to be quite simple:

– if that is, what you mean with “wave”?

Cheers, Dominik