kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
312 stars 39 forks source link

JS fallback? #8

Open kbumsik opened 5 years ago

kbumsik commented 5 years ago

Although the documentation specifically mentions that it targets WASM-supported browsers, adding JS fallback is as easy as adding asmjs in BINARYEN_METHOD options in emcc.

But I'm not sure what are trade-offs and if this is really needed feature for developers.