From bf1602e49fe11dfca04669eccd93459a71976057 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 6 May 2020 16:15:44 +0530 Subject: [PATCH] Do not decode audio --- shell.html | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.html b/shell.html index 39e7e22..7bb360c 100644 --- a/shell.html +++ b/shell.html @@ -137,6 +137,7 @@ var Module = { preRun: [], postRun: [loadFiles], + noAudioDecoding: true, print: (function() { return function(text) { console.log(text);