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

Set Essentia warnings and infos to false while using non-debug mode #23

Closed albincorreya closed 4 years ago

albincorreya commented 4 years ago

The current builds of essentia.js prints WARNINGS and INFO messages from the Essentia WASM backend to the JS console in the non-debug mode. This was only supposed to be enabled when the user has explicitly opted for the debug mode.