Add experiment to see how createObjectURL works on various devices

This commit is contained in:
Jordan Eldredge 2017-09-21 07:40:55 -07:00
parent 7f05e057c0
commit 88569b1be2
2 changed files with 83 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<html>
<head></head>
<body>
<input type='file' id='input' />
<audio controls id='audio' src=""></audio>
<canvas id='oscilloscope'></canvas>
<button id='podcast'>Load Podcast</button>
<script src="index.js"></script>
</body>
</html>