Example of using the Web Audio API to load a sound file as an ArrayBuffer, encode and decode the ArrayBuffer and start playing audio on user-click.

This will be the output of a base64 string representation of your sound file.
Then precede raw base64 result with data:audio/mpeg;base64,