I'm using JavaScript to play a sound file. If I play the sound file (using JavaScript) twice in quick succession then instead of hearing the sound file again the second time I hear a bell. Why would I be hearing a bell instead of the sound file? Is there a way to prevent the bell from sounding?
(This JavaScript is not running in a browser.)