Audio page
There are lots of ways to add audio to a web page. All audio requires an audio file, a player interface and the right codec and player type must be installed on the users client device.
The easiest way to add audio is to let an Audio service like SoundCloud take the strain.....
Adding HTML 5 Audio
Please be cautious with codecs and file formats - check browser support online!
Single file (simple)
Mutliple audio source files
HTML 5 supports the ability to use multiple audio source files to ensure that your audio will play in as many browsers as possible, like this.