Closed gmamekudz closed 5 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.
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.
Closing due to no response.
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.