iranroman/musicinformationretrieval.com

chord progression and recognition

Closed this issue · 1 comments

bzvew commented

Hi, Steve. I don't know if there is any function in librosa or some python library somewhere else to find chord progression or chord recognition. Can you give me some advice? Thank you!

I am not aware of a chord recognition tool in Librosa that works out of the box. I would probably use the chroma submodule with some sort of HMM that is either homemade or comes from another Python library.