pause(): void {
    if (!this.noPause) {
      this.isPlaying = false;
      this.resetTimer();
    }