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