wasm-audio-decoders icon indicating copy to clipboard operation
wasm-audio-decoders copied to clipboard

wasm bug

Open gmamekudz opened this issue 2 years ago • 1 comments

in MPEGDecoder.js, I have to change the code to this:

this.reset = () => { if(this._common)this.free(); return this._init(); };

By importing multiple mp3 sounds, there will be a undefined-error after loading more than 5 files.

gmamekudz avatar Mar 04 '24 09:03 gmamekudz

Could you try to reproduce this in the demo page or in a unit test, or give a code example of what you're trying to do?

There's not enough info here for me to help.

eshaz avatar Apr 17 '24 20:04 eshaz

Closing due to no response.

eshaz avatar Jun 01 '24 04:06 eshaz