codec2 encoderworker and decoderworker to use as drop in replacement for opus workers here
- codec2 v1.2.0 compiled with emscripten 3.1.74
Install dependencies:
pacman -S make autoconf automake libtool pkgconfigInstall Node.js Install EMScripten
Install npm dependencies:
npm installcheckout, compile and create the dist from sources:
npm run makeRunning the unit tests:
npm testClean the dist folder and git submodules:
make cleanAll