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
632 stars 41 forks source link

added bindings for StartStopSilence, GapsDetector and Discontinuity Detector #4

Closed ljoglar closed 4 years ago

ljoglar commented 4 years ago

Here I added the code for the bindings for StartStopSilence, GapsDetector and Discontinuity Detector

Please, if you can, revise the code because I think it's not working properly... Otherwise I'll continue working on it when I can, no worries.

Thank you!

albincorreya commented 4 years ago

Closing this since #11 adds generic bindings for all of the algorithms including the ones in this PR.