mdeff / fma

FMA: A Dataset For Music Analysis
https://arxiv.org/abs/1612.01840
MIT License
2.19k stars 432 forks source link

Tempo metadata? #37

Open Tylersuard opened 4 years ago

Tylersuard commented 4 years ago

Hello. Where can I find tempo information for the songs in FMA? I wasn't able to find any in the metadata.

mdeff commented 4 years ago

I didn't compute tempo features. It should be easy to modify the compute_features function in features.py to compute them with librosa (or any other library) and add them to the features.csv table. If you do, please share the code in a PR and the computed features!