Wav analysis in python
I'm looking for a python library that will help me analyze the audio in wav file开发者_高级运维s. At the very least I'm hoping to find some kind of interface that understands .wav format so that I don't have to :P at best I need a module with methods for reading wave form parameters like pitch, volume levels, etc
How about the wave module?
精彩评论