this.playedLength = this.context.currentTime - this._startTime; this line should update to this.playedLength += this.context.currentTime - this._startTime;