Hi, I would like to get only the Tempo and Key of up to 50 dance songs I have, in order to classify them for DJ-ing. I am using python - echonest.remix.audio.LocalAudioFile(mysongname.mp3)
This however, uploads the mp3 file (which takes up to 2 minutes) and performs other unnecessary analysis which takes up time (I only want tempo & key)
Is there any way I can get the analysis.tempo & analysis.key without this long uploading process? (I know it's quick the second time but I'm always gonna analyze different songs - so i don't really need to 'Upload' the file)
Also, I was wondering where it Uploads to and probes for existing analysis?
Cheers!