@@ -225,7 +225,7 @@ class AudioPlayer {
this._isPlaying = false;
console.log("onend", this._loop);
if (!this._loop) {
- this.audio.unload();
+ // this.audio.unload();
}
this.emit("end");
},