Skip to content

Instantly share code, notes, and snippets.

@watson
Created October 25, 2010 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watson/646003 to your computer and use it in GitHub Desktop.
Save watson/646003 to your computer and use it in GitHub Desktop.
Testing Audio in Safai...
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Audio Demo</title>
</head>
<body>
<h1>HTML5 Audio Demo</h1>
<audio controls preload="auto" autobuffer>
<source src="http://www.vorbis.com/music/Epoq-Lepidoptera.ogg" />
<source src="http://zack1.e-technik.tu-ilmenau.de/%7Edoering/mdstudio/stingray/Stingray.mp3" />
</audio>
</body>
</html>
@techslides
Copy link

Nice demo, you can see it here: http://browsercode.com/#gist=646003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment