Problem Statement
I have to sample the frequency of a .mp3
audio file for every 5 ms (milliseconds) using Python. However, because I am a complete newbie in audio processing, I basically have no idea (even to the libraries required) for this issue. Is it possible to do so using Python? Thank you very much!
PS. I guarantee that this problem is not repetitive to other problems. I want to convert them to a list of floating point frequencies, not a
.wav
file.