James Murphy

Results 2 comments of James Murphy

Same issue for me - is there an alternative library anyone can recommend?

I solved it by removing `this.sound.release()` ``` this.sound.play(() => { this.sound.stop(); //this.sound.release(); }); ```