Do not decode audio

This commit is contained in:
Varun Patil 2020-05-06 16:15:44 +05:30
parent 2e366a713e
commit bf1602e49f
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@
var Module = {
preRun: [],
postRun: [loadFiles],
noAudioDecoding: true,
print: (function() {
return function(text) {
console.log(text);