Example of using the Web Audio API to load a sound file and start playing on user-click.

The WebAudio API is beyond the scope of this course (covered in the HTML5 part 2 course), but notice that the local file is read as a binary file with reader.readAsArrayBuffer.