keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
616 stars 142 forks source link

the npy for mp3 is not the same with the logamplitude melspectrogram I got using the code audio_processor.py #40

Closed lorashen closed 5 years ago

lorashen commented 5 years ago

I use the code audio_processor.py to get the logamplitude melspectrogram for
bensound-dubstep.mp3, but find not the same with the array in bensound-dubstep.npy.

Why is this?

keunwoochoi commented 5 years ago

hi, probably because something has changed in librosa, but i'm only guessing and have no time looking into it.