eshaz / wasm-audio-decoders

Browser and NodeJS Web Assembly audio decoder libraries that are highly optimized for size and performance.
399 stars 23 forks source link

wasm bug #106

Closed gmamekudz closed 5 months ago

gmamekudz commented 8 months ago

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.

eshaz commented 6 months ago

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 commented 5 months ago

Closing due to no response.