essentia.js icon indicating copy to clipboard operation
essentia.js copied to clipboard

Get sections/markers info (intro, verse, chorus etc) from an audio

Open logesh2496 opened this issue 2 years ago • 1 comments

What is the issue about?

  • [x] Usage question
  • [x] Documentation

What part(s) of Essentia.js is involved?

  • [x] essentia.js-core (vanilla algorithms)

Description

Hi Team, I'm trying to find the different sections like verse, chorus, bridge etc. in a music file. How do I achieve this? I read about segmentations is it the right one? I have also tried Audio Slicer (onsets). How do I fine tune this arguments to get the desired output?

logesh2496 avatar Aug 24 '23 12:08 logesh2496

SBic might be able to work for this, but there are no JS bindings for it yet so it isn't available in this library. #124

not-matt avatar Sep 14 '23 14:09 not-matt