Hey guys:
Give me a song or music, I want the program can cut it into several segments automatically.
In this case, beats and onsets are too low-level units, so I think the structural analysis function like "segment.recurrence_matrix" can find those special cut points for me.
So my question is, if I can use the functions like recurrence_matrix and recurrence_to_lag to get the lag matrix, how can I understand the matrix and translate it to the meaningful cut points.
Thanks for your help.