Этого достаточно
playSound (soundPath) { if (soundPath) { var audio = new Audio(soundPath) audio.play() } },
https://codepen.io/djodi/pen/NXJBRp