When a certain event occurs, I want my website to play a short notification sound to the user.
The sound should not auto-start (instantly) when the
if you want to automate the process via JS:
JS
Include somewhere in the html:
html
Play
and hide it via js :
js
if you want to play the sound just call performSound() somewhere!
performSound()