MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
627 stars 41 forks source link

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

Open logesh2496 opened 10 months ago

logesh2496 commented 10 months ago

What is the issue about?

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

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?

not-matt commented 9 months ago

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