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

FrameGenerator should provide access to other FrameCutter parameters #130

Open jmarcosfer opened 9 months ago

jmarcosfer commented 9 months ago

What is the issue about?

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

Description

FrameGenerator algorithm should provide parameters "lastFrameToEndOfFile", "startFromZero" and "validFrameThresholdRatio" to be passed to FrameCutter internally, as upstream Essentia library does.

Proposed solution