I want to do as the title says, from a video url, get the audio and have it available as a numpy array.
Can't find any library/procedure that does both, they either download the audio and save it into an mp3/wav file or load an audio file into a numpy array.
I want to skip the "saving" part, and just have it available as a numpy array in execution time