+ var remainingDuration = this._playbackRate < 0 ? this.nextStartTime : this.buffer.duration - this.nextStartTime;
+ this.node.start(0, this.nextStartTime, remainingDuration);
+
+ this.timeUpdateTimer = setInterval(this.sendTimeUpdate.bind(this), 250);