Pydub raw audio data
问题 I'm using Pydub in Python 3.4 to try to detect the pitch of some audio files. I have a working pitch detection algorithm (McLeod Pitch Method), which is robust for real-time applications (I even made an Android pitch detection app with it: https://github.com/sevagh/Pitcha). My issue is that I'm not getting any meaningful output from the algorithm when I apply it to AudioSegment._data. Code: from pydub import AudioSegment sound = AudioSegment.from_wav(file="./8700hz.wav") #sampling rate =