Do not decode audio
This commit is contained in:
parent
2e366a713e
commit
bf1602e49f
|
@ -137,6 +137,7 @@
|
|||
var Module = {
|
||||
preRun: [],
|
||||
postRun: [loadFiles],
|
||||
noAudioDecoding: true,
|
||||
print: (function() {
|
||||
return function(text) {
|
||||
console.log(text);
|
||||
|
|
Loading…
Reference in New Issue