From a5e9326d6b5cbaa72534595d18149eb1c3221cea Mon Sep 17 00:00:00 2001 From: Rainer Rillke Date: Thu, 25 Jan 2018 02:38:55 +0100 Subject: [PATCH] README.md: Note on WASM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6aee7f6..1330a85 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Opusenc.js encodes whole files to ogg-opus; this is Opus encapsulated into an Og This version of opusenc.js was built with Emscripten 1.37.20; flac 1.3.2; libogg 1.3.3; opus v1.2.1; opus-tools v0.1.10 +If the browser supports WebAssembly, that is used although it might be even slower and produce larger files compared to asm.js created files. The reason is currently investigated on; if you know, please enlight me. + ## Building If you just want to use opusenc.js, you don't have to build it. In this case, see [using](#using) instead.