mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
Add experiment to see how createObjectURL works on various devices
This commit is contained in:
parent
7f05e057c0
commit
88569b1be2
2 changed files with 83 additions and 0 deletions
13
experiments/createObjectURL/index.html
Normal file
13
experiments/createObjectURL/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue