mdeff / fma

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

Musical key #50

Closed Jbarkai closed 3 years ago

Jbarkai commented 3 years ago

Hi, I can't seem to find the musical key of the tracks, is it a feature that exists?

mdeff commented 3 years ago

It doesn't, see table 6 of the paper. If there exists software to compute it from the audio, it should be easy to modify the compute_features function in features.py to compute and add it to the features.csv table. If you do, please share the code and the computed features!

Jbarkai commented 3 years ago

Ahh okay thank you! We are looking for a dataset to use for a university project to create supervised key recognition but we can try to add it if we have succeeded :)