I have a .wav file, and using python, I'd like to get a list of every audio frame where the amplitude is at the resting position. How could I achieve this? I think numpy, scipy or librosa could do such a thing, but I'm struggling to find exactly how to do it. Any help would be greatly appreciated, thank you.
Update: Apparently, scipy.io.wavfile.read can do what I'm looking for – but I've been testing around with it and I haven't found anything too helpful.