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

Add cross-browser testing #67

Open jmarcosfer opened 2 years ago

jmarcosfer commented 2 years ago

Description

Extend #66 to cover cross-browser testing. Again, mainly integration tests since the core algorithms are transpiled from upstream Essentia, which is itself tested, but could also include unit tests to check that the transpilation process with Emscripten doesn't introduce any issues.

How?