ngOnDestroy()

in src/app/keyboard.component.ts [46:48]


  ngOnDestroy() {
    this.audioContext.close();
  }