Example of using Xhr2 and xhr.responseType = 'arraybuffer'; to download a binary sound file and start playing it on user-click using the WebAudio API.
xhr.responseType = 'arraybuffer';