anthumchris / opus-stream-decoder

Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
124 stars 21 forks source link

Refactor build for latest Emscripten #6

Closed anthumchris closed 4 years ago

anthumchris commented 4 years ago

This build now works with latest Emscripten 1.39.5. It was failing before. The build no longer requires Ogg, Opus, and Opusfile libs to be built separately, which speeds things up significantly.

@suldashi Are you willing to try the new build on Windows? The submodules have updated, so you may want to fun the following after checking out this branch:

$ git submodule update
$ make clean dist