You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
I am trying to mass extract the choruses of over 200 songs. Is there a tool in Librosa to detect repeated patterns and execute code to automatically cut it?
New to python + librosa
Brian McFee
unread,
Feb 3, 2025, 4:17:31 PMFeb 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
Librosa doesn't exactly have a prepackaged method to do this, but it does provide building blocks for this sort of thing.
Note that neither will identify "chorus" for you - they will at best provide a segmentation with labels like "A" "B" "C" for each time interval. It will be up to you to then determine which time interval is likely to correspond to a "chorus" section; doing this automatically is the topic of currently ongoing research, see eg https://hal.science/hal-04764247/document